| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * st.h, st.c: Introduce new conventional typedef's, st_data_t, | knu | 2003-01-06 | 10 | -101/+131 |
| * | * intern.h (rb_check_array_type): Declare rb_check_array_type(). | knu | 2003-01-06 | 4 | -0/+18 |
| * | * file.c: improve DOSISH drive letter support. | usa | 2003-01-06 | 2 | -4/+202 |
| * | 2003-01-06 | eban | 2003-01-06 | 1 | -3/+3 |
| * | * lib/fileutils.rb (ln): add ' -f' in the verbose message. | eban | 2003-01-06 | 2 | -2/+8 |
| * | * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() | usa | 2003-01-06 | 4 | -22/+83 |
| * | commit miss | nobu | 2003-01-05 | 1 | -1/+1 |
| * | *** empty log message *** | nobu | 2003-01-05 | 2 | -1/+9 |
| * | * struct.c (make_struct): needs meta class. | nobu | 2003-01-05 | 2 | -0/+5 |
| * | * lib/fileutils.rb (ln): `argv' is not a argument. | eban | 2003-01-05 | 2 | -1/+5 |
| * | * ext/extmk.rb (extmake): set $0 temporarily while loading | nobu | 2003-01-05 | 2 | -10/+19 |
| * | * instruby.rb: need paren in regexp(make -n install). | eban | 2003-01-05 | 4 | -15/+25 |
| * | 2003-01-05 | nobu | 2003-01-05 | 1 | -3/+3 |
| * | * ruby.c (ruby_init_loadpath): under Windows, get the module | nobu | 2003-01-05 | 5 | -11/+22 |
| * | FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead. | knu | 2003-01-04 | 2 | -2/+2 |
| * | * defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an | knu | 2003-01-04 | 4 | -9/+25 |
| * | * file.c (utimbuf): use utimbuf instead of _utimbuf if defined _WIN32. | usa | 2003-01-04 | 10 | -55/+34 |
| * | * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. | usa | 2003-01-04 | 4 | -18/+109 |
| * | * configure.in: set rb_cv_need_io_flush_between_seek=yes. | usa | 2003-01-04 | 3 | -1/+9 |
| * | * file.c (rb_file_s_lchmod): get rid of gcc-3 -O3 warning. | nobu | 2003-01-03 | 2 | -1/+5 |
| * | 2003-01-03 | nobu | 2003-01-03 | 1 | -3/+3 |
| * | * process.c (rb_proc_times): need to initialize first. | nobu | 2003-01-03 | 2 | -8/+9 |
| * | commit miss | nobu | 2003-01-02 | 1 | -1/+1 |
| * | * regex.c (re_match): | nobu | 2003-01-02 | 2 | -1/+5 |
| * | 2003-01-02 | nobu | 2003-01-02 | 1 | -3/+3 |
| * | * eval.c (bmcall): arguments should be an array. | nobu | 2003-01-02 | 2 | -0/+5 |
| * | * process.c (rb_proc_times): avoid WindowsXP crash using volatile | matz | 2003-01-01 | 1 | -4/+8 |
| * | add djgpp/GNUmakefile | eban | 2003-01-01 | 1 | -0/+1 |
| * | * configure.in: better DJGPP support. add GNUmakefile. | eban | 2003-01-01 | 3 | -1/+14 |
| * | * eval.c (massign): removed awkward conversion between yvalue, | matz | 2003-01-01 | 1 | -2/+1 |
| * | * eval.c (massign): removed awkward conversion between yvalue, | matz | 2003-01-01 | 5 | -213/+185 |
| * | Really cvs rm these files from HEAD. | knu | 2002-12-31 | 2 | -707/+0 |
| * | Fix one more. | knu | 2002-12-31 | 1 | -1/+1 |
| * | Fix typos. | knu | 2002-12-31 | 1 | -6/+6 |
| * | 2003-01-01 | knu | 2002-12-31 | 1 | -5/+5 |
| * | * node.h (struct RNode): Change argc from int to long. Otherwize | knu | 2002-12-31 | 2 | -1/+8 |
| * | * wrong regexp. | eban | 2002-12-31 | 1 | -1/+1 |
| * | * Makefile.in, {win32,bcc32}/Makefile.sub: add new target: | eban | 2002-12-31 | 8 | -50/+92 |
| * | Fix typos. | knu | 2002-12-31 | 1 | -2/+2 |
| * | * gc.c (rb_gc_mark_frame): should mark frame->node. | matz | 2002-12-31 | 2 | -0/+10 |
| * | * ext/socket/addrinfo.h (NI_MAXHOST): Define NI_MAXHOST and | knu | 2002-12-31 | 2 | -0/+8 |
| * | * ext/tcltklib/extconf.rb (find_tcl, find_tk): Look for both | knu | 2002-12-31 | 2 | -26/+18 |
| * | * configure.in: Improve OpenBSD support. [obtained from: OpenBSD | knu | 2002-12-31 | 3 | -4/+15 |
| * | * array.c (rb_ary_transpose): Properly declare ary as a VALUE. | knu | 2002-12-31 | 4 | -2/+16 |
| * | * parse.y (parse_string): readjusted. | nobu | 2002-12-30 | 2 | -38/+55 |
| * | mdoc'ify. | knu | 2002-12-30 | 2 | -254/+273 |
| * | * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245]) | eban | 2002-12-30 | 3 | -14/+20 |
| * | * typofix | eban | 2002-12-30 | 1 | -1/+1 |
| * | * parse.y (yylex): use strncmp instead of strcmp. | eban | 2002-12-30 | 2 | -2/+7 |
| * | * ext/extmk.rb: split --make argument contains options, assume | nobu | 2002-12-30 | 5 | -13/+32 |