summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.h, st.c: Back out the introduction of st_*_func_t. Someknu2003-01-093-12/+13
* * ext/Win32API/lib/win32/registry.rb: added. [new]usa2003-01-082-0/+832
* 2003-01-08eban2003-01-081-3/+3
* * eval.c: remove ruby_last_node and assignments seems to bematz2003-01-083-22/+26
* * range.c (range_each): treat fixnums specially to boost.matz2003-01-084-8/+31
* * eval.c (svalue_to_avalue): should return converted array.matz2003-01-072-1/+5
* * hash.c (env_clear): new Hash compatible method.matz2003-01-0710-126/+507
* 2003-01-07eban2003-01-071-3/+3
* * eval.c (rb_f_local_variables): skip $_, $~ and flip states innobu2003-01-062-1/+6
* [Forced commit]knu2003-01-061-5/+1
* * st.h, st.c: Introduce new conventional typedef's, st_data_t,knu2003-01-0610-101/+131
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-064-0/+18
* * file.c: improve DOSISH drive letter support.usa2003-01-062-4/+202
* 2003-01-06eban2003-01-061-3/+3
* * lib/fileutils.rb (ln): add ' -f' in the verbose message.eban2003-01-062-2/+8
* * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa2003-01-064-22/+83
* commit missnobu2003-01-051-1/+1
* *** empty log message ***nobu2003-01-052-1/+9
* * struct.c (make_struct): needs meta class.nobu2003-01-052-0/+5
* * lib/fileutils.rb (ln): `argv' is not a argument.eban2003-01-052-1/+5
* * ext/extmk.rb (extmake): set $0 temporarily while loadingnobu2003-01-052-10/+19
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-054-15/+25
* 2003-01-05nobu2003-01-051-3/+3
* * ruby.c (ruby_init_loadpath): under Windows, get the modulenobu2003-01-055-11/+22
* FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead.knu2003-01-042-2/+2
* * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call anknu2003-01-044-9/+25
* * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32.usa2003-01-0410-55/+34
* * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa2003-01-044-18/+109
* * configure.in: set rb_cv_need_io_flush_between_seek=yes.usa2003-01-043-1/+9
* * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning.nobu2003-01-032-1/+5
* 2003-01-03nobu2003-01-031-3/+3
* * process.c (rb_proc_times): need to initialize first.nobu2003-01-032-8/+9
* commit missnobu2003-01-021-1/+1
* * regex.c (re_match):nobu2003-01-022-1/+5
* 2003-01-02nobu2003-01-021-3/+3
* * eval.c (bmcall): arguments should be an array.nobu2003-01-022-0/+5
* * process.c (rb_proc_times): avoid WindowsXP crash using volatilematz2003-01-011-4/+8
* add djgpp/GNUmakefileeban2003-01-011-0/+1
* * configure.in: better DJGPP support. add GNUmakefile.eban2003-01-013-1/+14
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-011-2/+1
* * eval.c (massign): removed awkward conversion between yvalue,matz2003-01-015-213/+185
* Really cvs rm these files from HEAD.knu2002-12-312-707/+0
* Fix one more.knu2002-12-311-1/+1
* Fix typos.knu2002-12-311-6/+6
* 2003-01-01knu2002-12-311-5/+5
* * node.h (struct RNode): Change argc from int to long. Otherwizeknu2002-12-312-1/+8
* * wrong regexp.eban2002-12-311-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-318-50/+92
* Fix typos.knu2002-12-311-2/+2
* * gc.c (rb_gc_mark_frame): should mark frame->node.matz2002-12-312-0/+10