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
...
*
* djgpp/*: sync with the latest.
eban
2002-10-27
7
-78
/
+132
*
2002-10-27
eban
2002-10-27
1
-2
/
+2
*
* moved a blank line.
nobu
2002-10-27
1
-1
/
+1
*
* fixed generator script name.
nobu
2002-10-27
1
-3
/
+4
*
* node.h (nd_type): cast the value to int.
knu
2002-10-26
2
-1
/
+5
*
2002-10-26
knu
2002-10-25
1
-2
/
+2
*
* ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing
knu
2002-10-25
3
-4
/
+12
*
* eval.c, gc.c: adopt a common set of alloca() #ifdef's. This
knu
2002-10-25
3
-15
/
+31
*
* ChangeLog: add ML ref.
aamine
2002-10-24
1
-0
/
+1
*
* string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.
aamine
2002-10-24
2
-1
/
+9
*
2002-10-24
nobu
2002-10-24
1
-2
/
+2
*
* configure.in (LIBPATHFLAG): avoid $ substitution.
nobu
2002-10-24
5
-10
/
+18
*
* bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.
nobu
2002-10-24
2
-1
/
+6
*
* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.
nobu
2002-10-23
2
-5
/
+6
*
* lib/mkmf.rb (init_mkmf): libdir prior to topdir.
nobu
2002-10-23
2
-1
/
+5
*
* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]
nobu
2002-10-23
4
-4
/
+16
*
2002-10-23
nobu
2002-10-23
1
-2
/
+2
*
* eval.c (rb_eval): added NODE_DSYM, symbol literal with
nobu
2002-10-23
8
-9
/
+103
*
README.EXT: grammer updates by Simon Cozens.
matz
2002-10-23
2
-167
/
+170
*
* lib/mkmf.rb (init_mkmf): add dir_config("opt").
eban
2002-10-22
2
-1
/
+6
*
*bcc32/configure.bat : The command line when calling setup.mak is corrected.
H_Konishi
2002-10-22
3
-7
/
+16
*
* ext/extmk.rb (extmake): add install: target to dummy Makefile.
nobu
2002-10-22
2
-2
/
+4
*
* instruby.rb: add dryrun mode.
nobu
2002-10-22
6
-81
/
+130
*
* configure.in (RUBY_CPPOUTFILE): fix cache file bug.
eban
2002-10-21
4
-15
/
+17
*
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-21
4
-70
/
+238
*
commit miss
nobu
2002-10-21
1
-2
/
+2
*
2002-10-21
nobu
2002-10-21
1
-2
/
+2
*
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-21
9
-1127
/
+877
*
should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...
akira
2002-10-20
1
-2
/
+3
*
* parse.y (value_expr0): allow return/break/next/redo/retry in rhs
nobu
2002-10-18
3
-7
/
+40
*
* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on
knu
2002-10-17
4
-7
/
+28
*
* win32ole.c(EVENTSINK_Invoke): set pvarResult.
suke
2002-10-17
1
-3
/
+8
*
* marshal.c (w_byten): added; write n bytes from s to arg.
nobu
2002-10-17
2
-30
/
+84
*
2002-10-17
eban
2002-10-17
1
-2
/
+2
*
* object.c (rb_str_to_dbl): RString ptr might be NULL.
matz
2002-10-17
6
-24
/
+60
*
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-17
1
-0
/
+6
*
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-17
1
-44
/
+54
*
* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered and
nobu
2002-10-16
2
-15
/
+36
*
2002-10-16
nobu
2002-10-16
1
-2
/
+2
*
* variable.c (rb_global_entry): not add global entry until
nobu
2002-10-16
2
-2
/
+9
*
2002-10-12
nobu
2002-10-12
1
-2
/
+2
*
* win32/win32.c (rb_w32_putc): wrong condition to fill or flush on
nobu
2002-10-12
2
-3
/
+13
*
* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()
nobu
2002-10-10
3
-29
/
+80
*
rename malloc_memories to malloc_increase. [ruby-cvs:05237]
nobu
2002-10-10
1
-5
/
+5
*
use BUITIN_TYPE() rather than TYPE().
nobu
2002-10-10
1
-1
/
+1
*
* gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocation
nobu
2002-10-10
2
-0
/
+61
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.
eban
2002-10-10
3
-7
/
+13
*
* lib/weakref.rb (WeakRef::@@final): use Hash#delete.
nobu
2002-10-10
2
-11
/
+16
*
* gc.c (gc_sweep): also adjust heaps_limits when free unused heap
nobu
2002-10-09
4
-10
/
+31
*
2002-10-08
eban
2002-10-08
1
-2
/
+2
[prev]
[next]