aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)nobu2002-09-022-6/+9
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-025-3/+29
* 2002-09-02eban2002-09-021-2/+2
* read_all ftello (instead ftell) (ruby-core:392)michal2002-09-021-1/+1
* fix mem leak in rb_file_s_readlink() (ruby-core:394)michal2002-09-021-1/+4
* win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.suke2002-09-011-11/+28
* * config.guess: fixed for Linux/PPC.eban2002-09-012-2/+6
* ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.eban2002-08-301-1/+1
* Add set.rb.knu2002-08-303-0/+786
* * ext/Win32API/Win32API.c (Win32API_Call): typo.H_Konishi2002-08-302-1/+5
* 2002-08-30nobu2002-08-301-2/+2
* * variable.c (rb_const_assign): st_delete() takes pointer to key.nobu2002-08-302-1/+5
* commit miss.nobu2002-08-301-5/+11
* * ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may benobu2002-08-306-14/+22
* re.c: match_become based on (ruby-core:382, :386, :389)michal2002-08-301-36/+17
* * bcc32/MakeFile.sub (sitearch): add.H_Konishi2002-08-292-0/+5
* Merged Nakada's patch [ruby-dev:18097].ttate2002-08-291-5/+7
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-2914-164/+203
* * io.c (read_all): should use off_t instead of long.eban2002-08-293-3/+7
* (ruby-bugs-ja:PR#296)nobu2002-08-281-0/+1
* * marshal.c (r_object): yield loaded objects, not intermediates.nobu2002-08-282-8/+20
* variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)michal2002-08-283-7/+16
* * io.c (appendline): data was lost when raw mode.nobu2002-08-282-3/+19
* * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptrnobu2002-08-282-6/+24
* adjust indetnobu2002-08-281-1/+1
* file.c: fix mem leak in rb_stat_initmichal2002-08-282-1/+8
* * win32/win32.c (kill): negate pid under Win9x.nobu2002-08-282-9/+23
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-2813-97/+95
* * configure.in (ar): don't check twice for ar.eban2002-08-282-1/+7
* * string.c (rb_str_delete_bang): should check if str->ptr is 0.matz2002-08-284-5/+31
* * win32/win32.h: define SIGINT and SIGKILL if not defined.usa2002-08-283-7/+15
* * ruby.c (require_libraries): prevent ruby_sorcefile from GC.nobu2002-08-272-4/+10
* * string.c (rb_str_rstrip_bang): don't access address -1.eban2002-08-271-3/+1
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-2718-249/+262
* node.h: unsigned int cast (ruby-core:358)michal2002-08-271-1/+1
* array small opt. changes (ruby-core:355)michal2002-08-271-8/+8
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-252-3/+11
* 2002-08-24nobu2002-08-241-2/+2
* * eval.c (call_trace_func): restore source file/line, as tracenobu2002-08-242-3/+16
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-243-12/+47
* * instruby.rb: arch -> sitearcheban2002-08-232-1/+4
* array.c: Mem optim for Array#selectmichal2002-08-231-1/+3
* * eval.c (method_call): check receiver is defined.nobu2002-08-232-13/+10
* 2002-08-23eban2002-08-231-2/+2
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-236-15/+36
* array.c: Int vs Long #2michal2002-08-231-24/+21
* Int vs Long clenup (forgot ChangeLog)michal2002-08-211-0/+8
* *.c: Int vs Long cleanupmichal2002-08-2126-157/+147
* 2002-08-21eban2002-08-211-2/+2
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-215-9/+57