aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/addrinfo.h: typo.nobu2002-06-031-0/+13
* change PLATFORM with RUBY_PLATFORM.suke2002-06-031-1/+5
* * parse.y (here_document): check if identifier is terminated.nobu2002-06-021-0/+8
* merge win32ole from roughsuke2002-06-011-0/+4
* * range.c (range_step): iteration done using "+" if elements arematz2002-05-301-4/+16
* * lib/cgi.rb: if StringIO is usable then use it.wakou2002-05-301-0/+4
* Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>H_Konishi2002-05-291-0/+6
* * time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.eban2002-05-291-0/+4
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-0/+24
* * lib/cgi.rb: not use const if GET, HEAD. check multipart form head.wakou2002-05-291-0/+4
* * eval.c (scope_node): trick to keep the node has a scope.nobu2002-05-281-0/+14
* * ruby.c (proc_options): option parsing problem.nobu2002-05-231-0/+5
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-0/+12
* * ruby.c (proc_options): -T consumes digits only.nobu2002-05-221-0/+4
* Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>eban2002-05-221-0/+4
* * parse.y (yylex): case '<': here-document label ate '-'.aamine2002-05-221-0/+4
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-1/+23
* * misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu2002-05-211-0/+5
* Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou2002-05-201-0/+6
* * parse.y (bodystmt): ensure clause was excuted on else clausenobu2002-05-201-0/+5
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-201-0/+6
* * io.c (rb_io_clone): writing stream was not copied properly.nobu2002-05-201-0/+4
* corrected paths.tadf2002-05-181-1/+1
* updated to the new version (based on date2 3.2.1).tadf2002-05-181-0/+5
* * win32/Makefile.sub (config.h): add VC++4/5 support about noreturnusa2002-05-181-0/+5
* * sampl/test.rb: use eval instead of './miniruby -c',eban2002-05-171-0/+5
* * eval.c (rb_thread_select): cleanup conditional compilation.nobu2002-05-161-0/+4
* * win32/Makefile.sub: config.h inlined. and catch up with thenobu2002-05-141-0/+7
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-0/+29
* * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban2002-05-141-0/+6
* * djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban2002-05-131-2/+6
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-111-0/+4
* * missing.h: add for missing/*.c.eban2002-05-111-0/+10
* * dir.c (glob_helper): remove escaping backslashes.nobu2002-05-111-0/+4
* * parse.y (here_document): preserve line number begins herenobu2002-05-101-0/+5
* * eval.c (rb_thread_join): added an argument to limit time to waitnobu2002-05-091-0/+7
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-071-0/+4
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-071-0/+4
* * ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu2002-05-071-0/+5
* * eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine2002-05-071-0/+4
* * eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine2002-05-071-0/+5
* * lib/mkmf.rb: exclude topdir from the system configurationknu2002-05-041-0/+5
* Back out the previous commit which was incorrect. I misread theknu2002-05-041-5/+0
* * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu2002-05-031-0/+5
* * win32/config.h.in: define HAVE_DECL_SYS_NERR.eban2002-05-031-0/+2
* * configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban2002-05-031-0/+4
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-021-0/+5
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-021-0/+4
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-0/+26
* * win32/win32.c (insert): fix prototype for ANSI C.eban2002-04-281-0/+4