aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-062-99/+101
* * process.c (last_status_set): nothing returned, should be void.nobu2001-07-311-8/+8
* * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu2001-07-241-2/+5
* * ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu2001-07-221-2/+2
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-1910-7/+8
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-182-0/+3
* * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa2001-07-171-1/+1
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-144-4/+4
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-1357-780/+3502
* * ext/extmk.rb.in: support multi-level ext/ directories.knu2001-07-132-9/+14
* * lib/mkmf.rb: use File::split to split a target into a prefix andknu2001-07-131-3/+3
* Let cvs ignore extmk.log.knu2001-07-121-0/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-07-121-6/+15
* * ext/extmk.rb.in: modify RM macro.eban2001-07-091-3/+3
* Detypo and reword a bit.knu2001-07-052-11/+13
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-023-28/+88
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in commenteban2001-06-251-1/+1
* * ext/readline/readline.c (readline_event): a non-void functionknu2001-06-231-0/+1
* * ext/socket/socket.c (ruby_connect): typoeban2001-06-221-1/+1
* * ext/socket/socket.c (ruby_connect): workaround for the setup ofeban2001-06-221-0/+8
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-0/+44
* * ext/readline/readline.c: add new methods:knu2001-06-192-3/+45
* * ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...usa2001-06-091-20/+30
* * ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.eban2001-06-051-9/+4
* * ext/etc/extconf.rb: use egrep_cpp.eban2001-06-051-11/+2