aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-279-83/+301
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-2612-0/+723
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-262-26/+82
* 2001-11-25usa2001-11-251-2/+2
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-252-2/+7
* Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate2001-11-232-3/+11
* 2001-11-22eban2001-11-221-2/+2
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-2110-56/+181
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-212-1/+8
* 2001-11-20eban2001-11-201-2/+2
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-193-1/+14
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-196-11/+36
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-1925-297/+348
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-182-0/+9
* * parse.y: needless conditionals.nobu2001-11-183-9/+12
* 20011115nobu2001-11-151-2/+2
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-152-2/+8
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-144-345/+49
* * win32/win32.c (waitpid): fix wait count.usa2001-11-132-5/+11
* * configure.in: do not override CC if set.eban2001-11-132-3/+7
* tkutil needed to be updatedmatz2001-11-131-1/+1
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-1314-269/+327
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-135-23/+41
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-132-5/+12
* 2001-11-13usa2001-11-131-2/+2
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-134-449/+468
* * win32/config.status.in: make CFLAGS same as Makefile's one.usa2001-11-092-1/+5
* too much backoutmatz2001-11-091-2/+2
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-082-1/+15
* eval.c fixmatz2001-11-081-20/+37
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-086-47/+83
* * process.c (security): always give warning for insecure PATH.matz2001-11-0817-109/+201
* * process.c (security): always give warning for insecure PATH.matz2001-11-071-0/+22
* * lib/net/imap.rb (getquota_response): use astring for mailboxshugo2001-11-062-4/+10
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-033-6/+12
* gc patchmatz2001-11-022-33/+114
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-015-37/+337
* * gc.c (gc_mark_children): should NOT treat last element ofmatz2001-11-012-10/+7
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-312-0/+5
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-316-67/+169
* * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou2001-10-302-3/+6
* * win32/mkexports.rb: follow the change of rb_io_puts().usa2001-10-302-2/+6
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-309-52/+158
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-295-10/+24
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-2920-77/+174
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-222-5/+19
* * variable.c (rb_global_entry): reconstruct global variablenobu2001-10-222-100/+113
* 2001-10-22eban2001-10-221-2/+2
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-227-41/+59
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-213-4/+11