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
*
aamine
aamine
2001-12-13
8
-133
/
+156
*
* time.c (time_new_internal): avoid loop to calculate negative
matz
2001-12-13
5
-22
/
+51
*
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-11
10
-6
/
+203
*
* object.c (rb_class_real): follow included modules.
nobu
2001-12-10
2
-0
/
+7
*
* util.h: change prototype of ruby_qsort() to accord with its definition.
usa
2001-12-10
2
-1
/
+6
*
* parse.y (gettable): should freeze __FILE__ string.
eban
2001-12-10
1
-1
/
+1
*
add lib/time.rb.
akr
2001-12-10
1
-0
/
+1
*
auxiliary routines update.
matz
2001-12-10
2
-3
/
+5
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
19
-336
/
+653
*
new file.
akr
2001-12-10
1
-0
/
+628
*
20011209
nobu
2001-12-09
1
-2
/
+2
*
* matrix.rb: Vector#* bug. reported from Massimiliano Mirra
keiju
2001-12-09
2
-2
/
+6
*
* enum.c (enum_sort_by): should replace with last elements.
nobu
2001-12-09
2
-1
/
+5
*
aamine
aamine
2001-12-09
8
-191
/
+301
*
aamine
aamine
2001-12-07
5
-44
/
+47
*
* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directory
usa
2001-12-07
2
-1
/
+6
*
* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.
usa
2001-12-06
3
-0
/
+12
*
replace have_header("curses") with have_header("curses.h")
ttate
2001-12-04
1
-1
/
+1
*
2001-12-03
eban
2001-12-03
1
-2
/
+2
*
* time.c (time_plus): must detect result overflow.
matz
2001-12-03
3
-77
/
+117
*
* configure.in: add -Wl,-export-dynamic on NetBSD.
eban
2001-12-03
2
-1
/
+5
*
* ext/socket/extconf.rb: remove -L/usr/local/lib.
eban
2001-12-03
2
-1
/
+4
*
* configure.in: not use X11BASE, since it's not always set.
usa
2001-12-03
2
-2
/
+6
*
* configure.in: apply patch from NetBSD's pkgsrc (patch-aa).
usa
2001-12-02
2
-14
/
+16
*
* configure.in: use GCC, not without_gcc. remove without_gcc.
eban
2001-12-02
4
-12
/
+18
*
One more fix to use Digest::MD5.
knu
2001-12-01
1
-1
/
+1
*
Reflect the update of the MD5 module which is now Digest::MD5.
knu
2001-12-01
5
-21
/
+14
*
* configure.in: default --enable-shared to yes on cygwin and mingw32.
eban
2001-11-30
1
-0
/
+2
*
* configure.in: set target_cpu to i386 on cygwin and mingw32.
eban
2001-11-30
2
-1
/
+7
*
bug fix for getnstr() and wgetnstr()
ttate
2001-11-29
1
-2
/
+2
*
* string.c (rb_str_equal): object with to_str must be treated as a
matz
2001-11-29
5
-3
/
+31
*
* README.EXT: Appendix B is duplicated.
usa
2001-11-29
3
-2
/
+8
*
* eval.c (rb_thread_select): should subtract timeofday() from
matz
2001-11-28
6
-54
/
+89
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
9
-83
/
+301
*
Import the "syslog" module from the rough ruby project. This module
knu
2001-11-26
12
-0
/
+723
*
* win32/win32.c (mypopen): fixed that mypclose() didn't really close
usa
2001-11-26
2
-26
/
+82
*
2001-11-25
usa
2001-11-25
1
-2
/
+2
*
* parse.y (str_extend): change types of second and third arguments
usa
2001-11-25
2
-2
/
+7
*
Curses::getstr and Window#getstr use getnstr() and wgetnstr()
ttate
2001-11-23
2
-3
/
+11
*
2001-11-22
eban
2001-11-22
1
-2
/
+2
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
10
-56
/
+181
*
* lib/cgi.rb: CGI#header: do not set Apache.request.status for
shugo
2001-11-21
2
-1
/
+8
*
2001-11-20
eban
2001-11-20
1
-2
/
+2
*
* parse.y (str_extend): should not terminate string interpolation
matz
2001-11-19
3
-1
/
+14
*
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
6
-11
/
+36
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
25
-297
/
+348
*
* lib/cgi.rb (header): support for Apache. thanks to
wakou
2001-11-18
2
-0
/
+9
*
* parse.y: needless conditionals.
nobu
2001-11-18
3
-9
/
+12
*
20011115
nobu
2001-11-15
1
-2
/
+2
*
* array.c (rb_ary_join): non-nil separator must be converted to
nobu
2001-11-15
2
-2
/
+8
[next]