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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* error.c: unbreak the build on *BSD with gcc 3.0.1 by removing
knu
2001-09-03
1
-0
/
+5
*
* ruby.c (set_arg0): prevent SEGV when val is longer than the
nobu
2001-09-01
1
-0
/
+8
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
1
-0
/
+29
*
* dln.c (dln_strerror): fix a bug that sometimes made null message on
usa
2001-08-24
1
-0
/
+7
*
fix typo.
nobu
2001-08-23
1
-0
/
+4
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-0
/
+44
*
* ext/digest/sha2/extconf.rb: fix support for cross-compiling.
eban
2001-08-20
1
-0
/
+6
*
* parse.y (tokadd_escape): escaped backslashes too much.
matz
2001-08-20
1
-0
/
+4
*
* range.c (range_step): 'iter' here should be an array.
matz
2001-08-20
1
-0
/
+21
*
aamine
aamine
2001-08-17
1
-0
/
+12
*
* ext/socket/socket.c (s_recvfrom): fix typo.
usa
2001-08-16
1
-1
/
+5
*
* ext/socket/socket.c (s_recvform): avoid VC++6 warning.
usa
2001-08-16
1
-0
/
+4
*
* win32/win32.c (NtCmdGlob): avoid VC++ warning.
usa
2001-08-15
1
-0
/
+6
*
* ext/digest/*/extconf.rb: really fix so that they build from any
knu
2001-08-14
1
-0
/
+5
*
* ext/digest/sha2/extconf.rb: fix so that they build from any
knu
2001-08-14
1
-0
/
+5
*
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
knu
2001-08-14
1
-0
/
+8
*
* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit
knu
2001-08-14
1
-0
/
+5
*
* range.c (range_step): new method.
matz
2001-08-14
1
-0
/
+27
*
* bignum.c, marshal.c: Detypo: s/SIZEOF_ING/SIZEOF_INT/.
knu
2001-08-13
1
-0
/
+4
*
* string.c (rb_str_cat): fix buffer overflow.
nobu
2001-08-12
1
-2
/
+9
*
* win32/win32.h: fix problems with BC++ (ruby-bugs#PR161).
usa
2001-08-07
1
-0
/
+4
*
a problem about `associated' String and `str_buf'.
nobu
2001-08-06
1
-0
/
+8
*
* numeric.c (num_divmod): fix typo.
usa
2001-08-06
1
-0
/
+4
*
* struct.c (rb_struct_modify): should check frozen and taint
matz
2001-08-06
1
-0
/
+5
*
* string.c (rb_str_lstrip_bang): new method.
matz
2001-08-06
1
-0
/
+49
*
* file.c (strrdirsep): removed meaningless code.
nobu
2001-08-01
1
-0
/
+6
*
* eval.c (ruby_run): avoid VC++ warning.
usa
2001-08-01
1
-0
/
+4
*
* marshal.c (Init_marshal): fix typos.
usa
2001-07-31
1
-0
/
+4
*
* process.c (last_status_set): nothing returned, should be void.
nobu
2001-07-31
1
-0
/
+6
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
1
-0
/
+29
*
* file.c (rb_file_s_expand_path): scans per path element not per
nobu
2001-07-30
1
-2
/
+8
*
* lib/net/imap.rb: added new commands for managing folder quotas
shugo
2001-07-30
1
-0
/
+5
*
* eval.c (rb_provided): extension should be guessed using
matz
2001-07-27
1
-0
/
+28
*
* file.c (rb_find_file_noext, rb_find_file): fix tilde expansion
eban
2001-07-26
1
-0
/
+5
*
* intern.h: add some missing function prototypes.
knu
2001-07-25
1
-0
/
+4
*
* file.c (strrdirsep): multi-byte pathname and DOSish separater
nobu
2001-07-24
1
-1
/
+15
*
* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for
knu
2001-07-24
1
-0
/
+5
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-0
/
+30
*
* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new make
knu
2001-07-22
1
-0
/
+6
*
* gc.c (ruby_xrealloc): fix a dangling bug which led memory
knu
2001-07-20
1
-0
/
+6
*
* ruby.h: enable volatile directive with VC++.
usa
2001-07-19
1
-1
/
+7
*
date-time was wrong.
aamine
2001-07-18
1
-1
/
+1
*
add doc/net/http.rd.ja pop.rd.ja smtp.rd.ja
aamine
2001-07-18
1
-0
/
+4
*
* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and
matz
2001-07-18
1
-2
/
+26
*
modify check-in miss.
aamine
2001-07-17
1
-1
/
+1
*
* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't
usa
2001-07-17
1
-0
/
+7
*
* file.c (file_load_ok): fix typo.
usa
2001-07-16
1
-0
/
+4
*
* regex.c (re_search): should consider reverse search.
matz
2001-07-14
1
-0
/
+52
*
* ext/digest/*/extconf.rb: fix so that they build from any
knu
2001-07-14
1
-0
/
+5
*
aamine
aamine
2001-07-13
1
-0
/
+4
[next]