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
...
*
* regex.c (mbc_startpos_func): VC6 seems to be unable to
nobu
2002-03-25
3
-12
/
+16
*
* dir.c (rb_push_glob): local variable 'maxnest' was
nobu
2002-03-25
2
-1
/
+6
*
2002-03-25
eban
2002-03-25
1
-2
/
+2
*
* ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be
matz
2002-03-25
6
-124
/
+119
*
* dln.c (dln_argv0): unused unless USE_DLN_A_OUT.
nobu
2002-03-25
2
-2
/
+6
*
* regex.c (mbc_startpos_func): shoud be static.
nobu
2002-03-25
2
-2
/
+6
*
D'oh! Convert CR+LF to LF.
knu
2002-03-23
0
-0
/
+0
*
* util.c (push_element): avoid warning for djgpp.
eban
2002-03-23
2
-1
/
+6
*
2002-03-22
usa
2002-03-22
1
-2
/
+2
*
* ext/extmk.rb.in: replace mkdir with mkpath to compile racc/cparse.
aamine
2002-03-22
2
-1
/
+6
*
socket.c: oops, half-baked modifies were commited; backout
matz
2002-03-22
1
-28
/
+0
*
add raccrt, strscan entry
aamine
2002-03-22
1
-0
/
+8
*
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-22
16
-93
/
+259
*
racc runtime imported.
aamine
2002-03-22
12
-0
/
+1268
*
* strscan.c: remove useless #include directive
aamine
2002-03-22
1
-5
/
+0
*
import strscan.
aamine
2002-03-22
10
-0
/
+679
*
net/protocol.rb: Protocol#start should return self.
aamine
2002-03-22
2
-1
/
+5
*
* lib/resolv.rb: fix arguments to create exceptions.
akr
2002-03-22
2
-2
/
+7
*
Synchronize with reality. Pick actually existent modules and get rid
knu
2002-03-22
5
-15
/
+33
*
Mention the import of BigFloat.
knu
2002-03-22
1
-0
/
+5
*
BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.
knu
2002-03-22
3
-0
/
+12
*
Initial revision
knu
2002-03-22
4
-0
/
+5180
*
Probably */depend should be added to this file too.
knu
2002-03-21
1
-0
/
+4
*
* win32/Makefile.sub (config.status): fix install path (prefix).
usa
2002-03-20
2
-1
/
+5
*
* ext/configsub.rb: latest autoconf style support.
nobu
2002-03-20
2
-1
/
+5
*
* mkconfig.rb: close duplicated $stdout before renaming rbconfig.rb.
akr
2002-03-20
2
-0
/
+7
*
* win32/config.status.in: no longer used.
nobu
2002-03-20
1
-67
/
+0
*
* win32/Makefile.sub (config.status): and use recent autoconf format.
nobu
2002-03-20
1
-2
/
+5
*
* win32/Makefile.sub (config.status): and use recent autoconf format.
nobu
2002-03-20
1
-80
/
+80
*
* win32/Makefile.sub: made variables configurable.
nobu
2002-03-20
4
-15
/
+174
*
* variable.c (rb_const_list): a temporary table must be freed.
nobu
2002-03-20
2
-0
/
+5
*
* mkconfig.rb: don't touch rbconfig.rb if there is a trouble.
akr
2002-03-20
2
-1
/
+7
*
2002-03-20
nobu
2002-03-20
1
-2
/
+2
*
too reverted.
nobu
2002-03-20
1
-1
/
+1
*
* eval.c (is_defined): should check receiver only once.
matz
2002-03-20
4
-6
/
+18
*
* util.c (ruby_getcwd): the content of buf is uncertain and must
knu
2002-03-19
2
-1
/
+6
*
* re.c (rb_reg_search): should clear last_match if pos is out of
matz
2002-03-19
10
-20
/
+86
*
* ext/stringio/stringio.c (check_modifiable): wrong declaration.
nobu
2002-03-18
2
-2
/
+6
*
* MANIFEST: add missing/fileblocks.c
eban
2002-03-18
1
-0
/
+1
*
* ext/digest: add depend file.
nobu
2002-03-18
17
-2
/
+58
*
* eval.c (rb_f_abort): should not bypass cleanup.
nobu
2002-03-18
3
-2
/
+9
*
* ext/iconv/extconf.rb: workaround for GNU libiconv.
eban
2002-03-18
2
-1
/
+5
*
* parse.y (parse_string): part of multi-byte sequence must not
nobu
2002-03-18
3
-14
/
+33
*
* enum.c (enum_find): catch a value before recycle.
nobu
2002-03-18
2
-7
/
+28
*
* enum.c (enum_inject): use the first iterated element as the
nobu
2002-03-18
2
-7
/
+34
*
added depend files in ext/iconv and ext/stringio.
nobu
2002-03-17
1
-0
/
+6
*
* ext/stringio/depend: added.
nobu
2002-03-17
1
-0
/
+2
*
* ext/iconv/depend: added.
nobu
2002-03-17
1
-0
/
+2
*
* missing/fileblocks.c: add for autoconf.
eban
2002-03-16
2
-0
/
+5
*
* win32/win32.c (StartSockets): remove duplicated lines.
nobu
2002-03-15
2
-3
/
+4
[prev]
[next]