index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
typo fix
eban
2001-09-05
1
-1
/
+1
*
* lib/jcode.rb (_regexp_quote): fix quote handling.
eban
2001-09-05
2
-3
/
+5
*
* re.c (Init_Regexp): to_s to be alias to inspect.
matz
2001-09-05
9
-47
/
+232
*
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
nobu
2001-09-03
2
-1
/
+5
*
* ruby.c (proc_option): fix shift ARGV issue
eban
2001-09-03
1
-1
/
+3
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
12
-158
/
+134
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-1
/
+1
*
* error.c: unbreak the build on *BSD with gcc 3.0.1 by removing
knu
2001-09-03
2
-1
/
+6
*
2001-09-01
nobu
2001-09-01
1
-2
/
+2
*
commit miss.
nobu
2001-09-01
1
-1
/
+1
*
* ruby.c (set_arg0): prevent SEGV when val is longer than the
nobu
2001-09-01
2
-16
/
+25
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
15
-60
/
+100
*
2001-08-24
eban
2001-08-24
1
-2
/
+2
*
* dln.c (dln_strerror): fix a bug that sometimes made null message on
usa
2001-08-24
3
-2
/
+10
*
fix typo.
nobu
2001-08-23
2
-1
/
+5
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
15
-42
/
+176
*
* ext/digest/sha2/extconf.rb: fix support for cross-compiling.
eban
2001-08-20
3
-9
/
+9
*
* parse.y (tokadd_escape): escaped backslashes too much.
matz
2001-08-20
2
-1
/
+5
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
16
-52
/
+101
*
aamine
aamine
2001-08-17
8
-37
/
+49
*
Mention ext/curses.
knu
2001-08-16
1
-22
/
+5
*
* curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.
ttate
2001-08-16
2
-32
/
+39
*
2001-08-16
eban
2001-08-16
1
-2
/
+2
*
* ext/socket/socket.c (s_recvfrom): fix typo.
usa
2001-08-16
2
-2
/
+6
*
* ext/socket/socket.c (s_recvform): avoid VC++6 warning.
usa
2001-08-16
2
-0
/
+6
*
* win32/win32.c (NtCmdGlob): avoid VC++ warning.
usa
2001-08-15
3
-2
/
+8
*
* ext/digest/*/extconf.rb: really fix so that they build from any
knu
2001-08-14
5
-10
/
+15
*
* ext/digest/sha2/extconf.rb: fix so that they build from any
knu
2001-08-14
2
-1
/
+6
*
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
knu
2001-08-14
3
-6
/
+20
*
* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit
knu
2001-08-14
2
-0
/
+13
*
* range.c (range_step): new method.
matz
2001-08-14
11
-64
/
+182
*
Update.
knu
2001-08-13
1
-0
/
+5
*
Update.
knu
2001-08-13
1
-0
/
+4
*
* bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.
knu
2001-08-13
3
-2
/
+6
*
bug fix for Window#{keypad,keypad=}
ttate
2001-08-13
1
-2
/
+4
*
new methods and constants for using the mouse, character attributes,
ttate
2001-08-12
6
-28
/
+1168
*
* string.c (rb_str_cat): fix buffer overflow.
nobu
2001-08-12
2
-5
/
+12
*
* win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).
usa
2001-08-07
2
-1
/
+11
*
a problem about `associated' String and `str_buf'.
nobu
2001-08-06
3
-5
/
+29
*
* socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.
matz
2001-08-06
1
-12
/
+16
*
* numeric.c (num_divmod): fix typo.
usa
2001-08-06
2
-1
/
+5
*
* struct.c (rb_struct_modify): should check frozen and taint
matz
2001-08-06
2
-2
/
+18
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
18
-243
/
+331
*
* file.c (strrdirsep): removed meaningless code.
nobu
2001-08-01
2
-9
/
+6
*
* eval.c (ruby_run): avoid VC++ warning.
usa
2001-08-01
2
-1
/
+5
*
* marshal.c (Init_marshal): fix typos.
usa
2001-07-31
2
-2
/
+6
*
* process.c (last_status_set): nothing returned, should be void.
nobu
2001-07-31
3
-10
/
+16
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
9
-13
/
+73
*
* file.c (rb_file_s_expand_path): scans per path element not per
nobu
2001-07-30
2
-32
/
+55
*
* lib/net/imap.rb: added new commands for managing folder quotas
shugo
2001-07-30
2
-0
/
+84
[prev]
[next]