aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added RDoc comments. Several issues exist: see comments at EOF.gsinclair2003-01-171-0/+76
* Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair2003-01-171-0/+136
* 2003-01-17knu2003-01-161-3/+3
* * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu2003-01-162-11/+40
* 2003-01-16eban2003-01-161-3/+3
* Update Copyright to 2003, too.usa2003-01-161-1/+1
* -Wall cleanups (removed unused vars, no 'code has no effect' warnings)michal2003-01-1620-62/+35
* Updated Copyrights of Matz to 2003.michal2003-01-1644-45/+45
* * enum.c (enum_all): now works without block.matz2003-01-153-4/+35
* 2003-01-15nobu2003-01-151-3/+3
* * configure.in (ARCHFILE): set even unless --enable-shared onnobu2003-01-153-3/+11
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-142-3/+13
* * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end.matz2003-01-145-34/+76
* 2003-01-14eban2003-01-141-3/+3
* * io.c (next_argv): not always set binmode.nobu2003-01-132-1/+5
* * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding.eban2003-01-122-6/+6
* Check the return value of dlopen().ttate2003-01-121-3/+3
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-123-3/+14
* Correct the description about type specifiers.ttate2003-01-111-18/+18
* * ext/dl/lib/dl/win32.rb: compatibility improvement.eban2003-01-112-14/+21
* 2003-01-11eban2003-01-111-3/+3
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-103-17/+28
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu2003-01-092-4/+10
* * configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu2003-01-092-1/+5
* adjust indentationnobu2003-01-091-3/+3
* * configure.in (RUBY_CHECK_IO_NEED): check whether fseek() andnobu2003-01-095-32/+59
* * eval.c (rb_eval): should not discard nested NODE_BLOCK.matz2003-01-092-1/+6
* 2003-01-09eban2003-01-091-3/+3
* * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node.matz2003-01-093-5/+59
* * 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