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
*
* string.c (rb_str_new2): NULL pointer check added.
matz
2002-01-07
1
-0
/
+9
*
* lib/time.rb (Time#xmlschema): new optional argument
akr
2002-01-07
1
-0
/
+6
*
misordered.
nobu
2002-01-05
1
-4
/
+4
*
* range.c (range_member): beginning check was
nobu
2002-01-05
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-forward-string): forward a string. [new]
nobu
2002-01-05
1
-0
/
+14
*
* parse.y (yycompile): strdup()'ed twice.
nobu
2002-01-04
1
-0
/
+4
*
* process.c (rb_f_system): abandon vfork.
matz
2002-01-03
1
-0
/
+39
*
* lib/mkmf.rb (create_makefile): add -I. to CPPFLAGS.
eban
2002-01-02
1
-0
/
+6
*
* ext/curses/extconf.rb: add dir_config.
eban
2001-12-31
1
-9
/
+6
*
* parse.y (yycompile): always store copy of filename.
nobu
2001-12-31
1
-0
/
+6
*
aamine
aamine
2001-12-30
1
-0
/
+15
*
* ext/extmk.rb.in, lib/mkmf.rb (have_library): accept -lm
eban
2001-12-29
1
-0
/
+5
*
* array.c (rb_cmpint): fixed typo.
nobu
2001-12-28
1
-0
/
+4
*
* bignum.c (rb_cstr2inum): deny "0_".
nobu
2001-12-27
1
-0
/
+4
*
* bignum.c (rb_cstr2inum): allow "0\n" and so on.
nobu
2001-12-26
1
-0
/
+4
*
* lib/pp.rb, lib/prettyprint.rb: new files.
akr
2001-12-24
1
-0
/
+4
*
* time.c (time_timeval): wrong cast to time_t.
matz
2001-12-22
1
-0
/
+6
*
* parse.y (str_extend): make up "#$;" handling.
matz
2001-12-22
1
-0
/
+4
*
* time.c (time_plus): result should not be negative unless
matz
2001-12-21
1
-0
/
+24
*
* dln.h, ruby.h, util.h: enable prototypes in C++.
nobu
2001-12-21
1
-0
/
+4
*
* eval.c (rb_mod_define_method): must not convert Method to Proc.
nobu
2001-12-20
1
-0
/
+4
*
* lib/mkmf.rb (with_destdir): new.
nobu
2001-12-20
1
-0
/
+8
*
aamine
aamine
2001-12-20
1
-0
/
+4
*
* ext/readline/readline.c: new methods
shugo
2001-12-19
1
-0
/
+14
*
* eval.c (rb_mod_define_method): define_method should follow
matz
2001-12-19
1
-0
/
+34
*
* lib/time.rb: date.rb is not required anymore.
akr
2001-12-18
1
-0
/
+6
*
conflicted.
nobu
2001-12-18
1
-5
/
+2
*
* sample/test.rb: Hash#indexes -> Hash#select.
eban
2001-12-18
1
-2
/
+6
*
* string.c (rb_str_replace): swap arguments of OBJ_INFECT.
matz
2001-12-18
1
-0
/
+34
*
* intern.h: add prototypes.
nobu
2001-12-17
1
-0
/
+24
*
2001-12-17
eban
2001-12-17
1
-1
/
+1
*
* lib/time.rb: use Time#utc_offset.
akr
2001-12-17
1
-0
/
+2
*
* time.c: new method `gmtoff', `gmt_offset' and `utc_offset'.
akr
2001-12-17
1
-0
/
+27
*
aamine
aamine
2001-12-13
1
-0
/
+15
*
* time.c (time_new_internal): avoid loop to calculate negative
matz
2001-12-13
1
-0
/
+12
*
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-11
1
-0
/
+26
*
* object.c (rb_class_real): follow included modules.
nobu
2001-12-10
1
-0
/
+4
*
* util.h: change prototype of ruby_qsort() to accord with its definition.
usa
2001-12-10
1
-0
/
+5
*
* parse.y (gettable): should freeze __FILE__ string.
eban
2001-12-10
1
-1
/
+1
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-6
/
+122
*
* 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
[next]