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
*
* matrix.rb: Vector#* bug. reported from Massimiliano Mirra
keiju
2001-12-09
1
-0
/
+4
*
* enum.c (enum_sort_by): should replace with last elements.
nobu
2001-12-09
1
-0
/
+4
*
aamine
aamine
2001-12-09
1
-0
/
+4
*
aamine
aamine
2001-12-07
1
-0
/
+12
*
* ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directory
usa
2001-12-07
1
-0
/
+5
*
* ext/extmk.rb.in: add -Wl,-R flags to DLDFLAGS on netbsdelf.
usa
2001-12-06
1
-0
/
+6
*
* time.c (time_plus): must detect result overflow.
matz
2001-12-03
1
-1
/
+21
*
* configure.in: add -Wl,-export-dynamic on NetBSD.
eban
2001-12-03
1
-0
/
+2
*
* ext/socket/extconf.rb: remove -L/usr/local/lib.
eban
2001-12-03
1
-0
/
+4
*
* configure.in: not use X11BASE, since it's not always set.
usa
2001-12-03
1
-1
/
+5
*
* configure.in: apply patch from NetBSD's pkgsrc (patch-aa).
usa
2001-12-02
1
-0
/
+4
*
* configure.in: use GCC, not without_gcc. remove without_gcc.
eban
2001-12-02
1
-0
/
+8
*
* 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
1
-0
/
+4
*
* string.c (rb_str_equal): object with to_str must be treated as a
matz
2001-11-29
1
-0
/
+5
*
* README.EXT: Appendix B is duplicated.
usa
2001-11-29
1
-0
/
+6
*
* eval.c (rb_thread_select): should subtract timeofday() from
matz
2001-11-28
1
-0
/
+16
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-0
/
+22
*
Import the "syslog" module from the rough ruby project. This module
knu
2001-11-26
1
-0
/
+5
*
* win32/win32.c (mypopen): fixed that mypclose() didn't really close
usa
2001-11-26
1
-0
/
+8
*
* parse.y (str_extend): change types of second and third arguments
usa
2001-11-25
1
-0
/
+5
*
* parse.y (str_extend): should check nesting parentheses in #{}.
matz
2001-11-21
1
-0
/
+32
*
* lib/cgi.rb: CGI#header: do not set Apache.request.status for
shugo
2001-11-21
1
-0
/
+5
*
* parse.y (str_extend): should not terminate string interpolation
matz
2001-11-19
1
-0
/
+5
*
* eval.c (rb_mod_modfunc): should follow NODE_ZSUPER link; based
matz
2001-11-19
1
-0
/
+13
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-2
/
+45
*
* lib/cgi.rb (header): support for Apache. thanks to
wakou
2001-11-18
1
-0
/
+5
*
* parse.y: needless conditionals.
nobu
2001-11-18
1
-0
/
+7
*
* array.c (rb_ary_join): non-nil separator must be converted to
nobu
2001-11-15
1
-0
/
+5
*
* hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's
usa
2001-11-14
1
-0
/
+7
*
* win32/win32.c (waitpid): fix wait count.
usa
2001-11-13
1
-0
/
+6
*
* configure.in: do not override CC if set.
eban
2001-11-13
1
-0
/
+4
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-0
/
+60
*
* win32/win32.c (mypopen): return error status instead of calling
usa
2001-11-13
1
-0
/
+7
*
* hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environment
usa
2001-11-13
1
-0
/
+65
*
* win32/config.status.in: make CFLAGS same as Makefile's one.
usa
2001-11-09
1
-0
/
+4
*
* eval.c (rb_trap_eval): avoid annoying warning with signal.
nobu
2001-11-08
1
-0
/
+8
*
* file.c (path_check_1): forgot to initialize 'p'.
matz
2001-11-08
1
-0
/
+14
*
* process.c (security): always give warning for insecure PATH.
matz
2001-11-07
1
-0
/
+22
*
* lib/net/imap.rb (getquota_response): use astring for mailbox
shugo
2001-11-06
1
-0
/
+8
*
* matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.
keiju
2001-11-03
1
-0
/
+6
*
* bignum.c (rb_big_aref): idx may be a Bignum.
matz
2001-11-01
1
-0
/
+6
*
* gc.c (gc_mark_children): should NOT treat last element of
matz
2001-11-01
1
-0
/
+5
*
* eval.c (exec_under): should initialize ruby_frame->self;
matz
2001-10-31
1
-0
/
+4
*
* eval.c (POP_VARS): should not set DVAR_DONT_RECYCLE if _old
matz
2001-10-31
1
-0
/
+11
*
* lib/cgi.rb: CGI::Cookie::parse(): Ignore duplicate keys caused by
wakou
2001-10-30
1
-0
/
+5
*
* win32/mkexports.rb: follow the change of rb_io_puts().
usa
2001-10-30
1
-0
/
+4
*
* string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.
matz
2001-10-30
1
-0
/
+14
*
* intern.h (rb_protect_inspect): follow the change of array.c.
usa
2001-10-29
1
-1
/
+14
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-0
/
+47
[next]