aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-0/+22
* Import the "syslog" module from the rough ruby project. This moduleknu2001-11-261-0/+5
* * win32/win32.c (mypopen): fixed that mypclose() didn't really closeusa2001-11-261-0/+8
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-251-0/+5
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-0/+32
* * lib/cgi.rb: CGI#header: do not set Apache.request.status forshugo2001-11-211-0/+5
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-0/+5
* * eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; basedmatz2001-11-191-0/+13
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+45
* * lib/cgi.rb (header): support for Apache. thanks towakou2001-11-181-0/+5
* * parse.y: needless conditionals.nobu2001-11-181-0/+7
* * array.c (rb_ary_join): non-nil separator must be converted tonobu2001-11-151-0/+5
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-141-0/+7
* * win32/win32.c (waitpid): fix wait count.usa2001-11-131-0/+6
* * configure.in: do not override CC if set.eban2001-11-131-0/+4
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-0/+60
* * win32/win32.c (mypopen): return error status instead of callingusa2001-11-131-0/+7
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-131-0/+65
* * win32/config.status.in: make CFLAGS same as Makefile's one.usa2001-11-091-0/+4
* * eval.c (rb_trap_eval): avoid annoying warning with signal.nobu2001-11-081-0/+8
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-0/+14
* * 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-061-0/+8
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-031-0/+6
* * bignum.c (rb_big_aref): idx may be a Bignum.matz2001-11-011-0/+6
* * gc.c (gc_mark_children): should NOT treat last element ofmatz2001-11-011-0/+5
* * eval.c (exec_under): should initialize ruby_frame->self;matz2001-10-311-0/+4
* * eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _oldmatz2001-10-311-0/+11
* * lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused bywakou2001-10-301-0/+5
* * win32/mkexports.rb: follow the change of rb_io_puts().usa2001-10-301-0/+4
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-0/+14
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-1/+14
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-0/+47
* * eval.c (proc_invoke): fix self switching in Proc#callnobu2001-10-221-0/+14
* * variable.c (rb_global_entry): reconstruct global variablenobu2001-10-221-1/+31
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-1/+19
* * variable.c (remove_trace): should not access already freed area.nobu2001-10-211-0/+6
* * marshal.c (w_uclass): cloned class is not usernobu2001-10-191-0/+8
* * variable.c (alias_fixup): added. ad hoc support for ordinarynobu2001-10-171-0/+13
* * eval.c (rb_f_missing): check stack level with rb_stack_check().nobu2001-10-161-0/+8
* missing changelog.nobu2001-10-161-0/+5
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-0/+5
* * parse.y (yylex): disallow alpha-numeric and mbchar fornobu2001-10-151-0/+5
* * file.c (rb_stat_clone): should copy internal data too.matz2001-10-101-0/+12
* * eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.matz2001-10-091-0/+4
* * process.c (Init_process): activate the case NT.eban2001-10-091-0/+4
* * eval.c (thread_status_name): separated fromnobu2001-10-091-0/+11
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-0/+4
* * eval.c (proc_s_new): revived.nobu2001-10-051-0/+7
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.matz2001-10-041-0/+4