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
*
* the VMS support patch submitted by Akiyoshi, Masamichi
matz
2002-03-22
1
-0
/
+12
*
racc runtime imported.
aamine
2002-03-22
1
-0
/
+10
*
import strscan.
aamine
2002-03-22
1
-0
/
+6
*
net/protocol.rb: Protocol#start should return self.
aamine
2002-03-22
1
-0
/
+4
*
* lib/resolv.rb: fix arguments to create exceptions.
akr
2002-03-22
1
-0
/
+5
*
BigFloat 1.1.8 has been imported. Add .cvsignore and MANIFEST.
knu
2002-03-22
1
-0
/
+5
*
* win32/Makefile.sub (config.status): fix install path (prefix).
usa
2002-03-20
1
-0
/
+4
*
* ext/configsub.rb: latest autoconf style support.
nobu
2002-03-20
1
-0
/
+4
*
* mkconfig.rb: close duplicated $stdout before renaming rbconfig.rb.
akr
2002-03-20
1
-0
/
+4
*
* win32/Makefile.sub (config.status): and use recent autoconf format.
nobu
2002-03-20
1
-2
/
+5
*
* win32/Makefile.sub: made variables configurable.
nobu
2002-03-20
1
-0
/
+13
*
* variable.c (rb_const_list): a temporary table must be freed.
nobu
2002-03-20
1
-0
/
+4
*
* mkconfig.rb: don't touch rbconfig.rb if there is a trouble.
akr
2002-03-20
1
-0
/
+4
*
* eval.c (is_defined): should check receiver only once.
matz
2002-03-20
1
-0
/
+10
*
* util.c (ruby_getcwd): the content of buf is uncertain and must
knu
2002-03-19
1
-0
/
+5
*
* re.c (rb_reg_search): should clear last_match if pos is out of
matz
2002-03-19
1
-0
/
+15
*
* ext/stringio/stringio.c (check_modifiable): wrong declaration.
nobu
2002-03-18
1
-0
/
+4
*
* ext/digest: add depend file.
nobu
2002-03-18
1
-0
/
+18
*
* eval.c (rb_f_abort): should not bypass cleanup.
nobu
2002-03-18
1
-0
/
+6
*
* ext/iconv/extconf.rb: workaround for GNU libiconv.
eban
2002-03-18
1
-0
/
+4
*
* parse.y (parse_string): part of multi-byte sequence must not
nobu
2002-03-18
1
-0
/
+11
*
* enum.c (enum_find): catch a value before recycle.
nobu
2002-03-18
1
-0
/
+12
*
* enum.c (enum_inject): use the first iterated element as the
nobu
2002-03-18
1
-0
/
+10
*
added depend files in ext/iconv and ext/stringio.
nobu
2002-03-17
1
-0
/
+6
*
* missing/fileblocks.c: add for autoconf.
eban
2002-03-16
1
-0
/
+4
*
* win32/win32.c (StartSockets): remove duplicated lines.
nobu
2002-03-15
1
-0
/
+4
*
* bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum,
usa
2002-03-15
1
-0
/
+10
*
* ext/iconv/iconv.c: fixed document, Iconv#new is no longer an
nobu
2002-03-15
1
-0
/
+5
*
* ext/iconv: imported.
nobu
2002-03-14
1
-0
/
+4
*
* configure.in: autoconf 2.53 support. use AC_LIBOBJ.
eban
2002-03-14
1
-0
/
+4
*
* re.c (rb_reg_match): should clear $~ if operand is nil.
matz
2002-03-14
1
-0
/
+16
*
* ext/stringio/stringio.c: fixed frozen string bug. ungetc no
nobu
2002-03-14
1
-0
/
+5
*
* string.c (rb_str_subpat_set): must make str independent after
nobu
2002-03-14
1
-0
/
+5
*
typo
nobu
2002-03-14
1
-1
/
+1
*
* dir.c (rb_push_glob): avoid SEGV when no block given.
nobu
2002-03-13
1
-0
/
+4
*
* dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced
knu
2002-03-13
1
-0
/
+8
*
* lib/getopts.rb: single_options can be nil[*], and is not not
knu
2002-03-13
1
-0
/
+5
*
* regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',
matz
2002-03-12
1
-0
/
+5
*
* lib/resolv.rb: don't complete domains for absolute FQNs.
akr
2002-03-12
1
-0
/
+4
*
* lib/tsort.rb: new file.
akr
2002-03-11
1
-0
/
+4
*
StringIO
nobu
2002-03-11
1
-0
/
+4
*
* marshal.c (w_object): module inclusion using extend() should
matz
2002-03-11
1
-1
/
+23
*
* ext/socket/extconf.rb (have_struct_member): don't print checked
akr
2002-03-08
1
-0
/
+5
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-0
/
+29
*
* lib/resolv.rb: use its own thread group for background threads.
akr
2002-03-08
1
-1
/
+5
*
* gc.c (rb_source_filename): added. holds unique strings for file
nobu
2002-03-07
1
-0
/
+25
*
* dln.c (dln_load): use LoadLibrary instead of LoadLibraryEx.
eban
2002-03-06
1
-0
/
+4
*
- Slightly fix one of the last entries. (stdin -> stdin or stdout)
knu
2002-03-04
1
-9
/
+10
*
* lib/getopts.rb: Rewrite to fix some bugs and complete features.
knu
2002-03-04
1
-0
/
+11
*
* ext/extmk.rb.in (dir_config): Sync with mkmf.rb: Fix a bug where
knu
2002-03-04
1
-0
/
+6
[next]