aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * re.c (match_select): should propagate taintness.matz2002-01-111-2/+2
* Add.eban2002-01-072-0/+2
* * ext/curses/extconf.rb: add dir_config.eban2001-12-311-3/+3
* * ext/extmk.rb.in (have_library): do not print yes. sigh.eban2001-12-291-4/+1
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): print yes.eban2001-12-291-1/+4
* * ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lmeban2001-12-291-0/+1
* * ext/readline/readline.c: new methodsshugo2001-12-191-0/+220
* * eval.c (rb_mod_define_method): define_method should followmatz2001-12-191-25/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-184-24/+23
* * time.c (time_new_internal): avoid loop to calculate negativematz2001-12-131-6/+6
* auxiliary routines update.matz2001-12-101-3/+3
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-26/+34
* * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directoryusa2001-12-071-1/+1
* * ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.usa2001-12-061-0/+3
* replace have_header("curses") with have_header("curses.h")ttate2001-12-041-1/+1
* * ext/socket/extconf.rb: remove -L/usr/local/lib.eban2001-12-031-1/+0
* * configure.in: use GCC, not without_gcc. remove without_gcc.eban2001-12-022-2/+2
* bug fix for getnstr() and wgetnstr()ttate2001-11-291-2/+2
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-272-6/+6
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-2610-0/+714
* Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate2001-11-232-3/+11
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-212-27/+87
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-195-88/+54
* tkutil needed to be updatedmatz2001-11-131-1/+1
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-5/+9
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-2/+2
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-293-2/+21
* * ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban2001-10-041-2/+2
* * ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu2001-10-031-1/+1
* * marshal.c (r_object): better allocation type check formatz2001-10-033-30/+23
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-022-5/+9
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-0/+23
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-061-1/+1
* * ext/readline/readline.c: restore terminal modeshugo2001-09-062-17/+82
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-061-0/+12
* * ext/socket/socket.c (Init_socket): remove duplicating constants.nobu2001-09-051-23/+0
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-053-16/+177
* * ruby.c (proc_options): should not alter origargv[].matz2001-09-031-1/+1
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-1/+1
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-201-8/+2
* * curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate2001-08-162-32/+39
* * ext/socket/socket.c (s_recvfrom): fix typo.usa2001-08-161-1/+1
* * ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa2001-08-161-0/+2
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-144-10/+10
* * ext/digest/sha2/extconf.rb: fix so that they build from anyknu2001-08-141-1/+1
* * ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu2001-08-142-6/+12
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-141-0/+8
* bug fix for Window#{keypad,keypad=}ttate2001-08-131-2/+4
* new methods and constants for using the mouse, character attributes,ttate2001-08-126-28/+1168
* * socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.matz2001-08-061-12/+16