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
*
* dir.c (glob_helper): '**/' should not match leading period
ocean
2004-02-24
1
-1
/
+6
*
* test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.
nobu
2004-02-24
1
-2
/
+6
*
* dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was broken
ocean
2004-02-24
1
-0
/
+5
*
Improve heuristic for which files to include. See ChangeLog
dave
2004-02-24
1
-0
/
+6
*
Deal with case where first file processed contains a :stopdoc:
dave
2004-02-24
1
-0
/
+6
*
Handle class vars in code listings
dave
2004-02-23
1
-0
/
+5
*
Handle aliases in C files
dave
2004-02-23
1
-0
/
+5
*
Check opdir _before_ parsing files
dave
2004-02-23
1
-0
/
+5
*
Fix constant value extraction. Escape HTML in constant values
dave
2004-02-23
1
-0
/
+10
*
* ext/openssl/ossl_config.c (ossl_config_each): add new method
gotoyuzo
2004-02-23
1
-0
/
+8
*
* instruby.rb (parse_args): use optparse instead of getopts.
nobu
2004-02-23
1
-0
/
+7
*
* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.
nobu
2004-02-22
1
-1
/
+3
*
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.
nobu
2004-02-22
1
-1
/
+3
*
* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]
nobu
2004-02-22
1
-0
/
+4
*
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
akira
2004-02-22
1
-0
/
+4
*
* ext/extmk.rb: use optparse instead of getopts.
nobu
2004-02-22
1
-0
/
+6
*
* re.c: corrected documentation format (rb_reg_initialize_m)
gsinclair
2004-02-22
1
-0
/
+4
*
* ext/zlib/zlib.c: documented, but needs more effort.
gsinclair
2004-02-21
1
-0
/
+4
*
* ext/extmk.rb: prefer relative path. [ruby-talk:93037]
nobu
2004-02-21
1
-0
/
+4
*
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
nobu
2004-02-21
1
-0
/
+4
*
* lib/ostruct.rb (OpenStruct#initialize_copy): should not share
nobu
2004-02-20
1
-0
/
+5
*
* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to
matz
2004-02-20
1
-0
/
+13
*
commit miss. _no
nobu
2004-02-20
1
-34
/
+0
*
* io.c (pipe_open): fix typo.
nobu
2004-02-20
1
-1
/
+42
*
Support visibility modifiers for attributes
dave
2004-02-19
1
-0
/
+5
*
* lib/ostruct.rb: documented
gsinclair
2004-02-19
1
-0
/
+4
*
* test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.
nahi
2004-02-19
1
-0
/
+5
*
* lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.
nahi
2004-02-19
1
-0
/
+6
*
* ext/strscan/strscan.c: improved documentation
gsinclair
2004-02-19
1
-0
/
+4
*
* win32/win32.c, win32/win32.h: fixed prototypes.
nobu
2004-02-19
1
-4
/
+10
*
Fix typos (Doug Kearns)
dave
2004-02-19
1
-0
/
+5
*
* ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...
aamine
2004-02-18
1
-0
/
+8
*
* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...
aamine
2004-02-18
1
-1
/
+8
*
* ext/strscan/strscan.c: merge documentation from 1.8 branch.
aamine
2004-02-18
1
-0
/
+9
*
removed conflict indicator
gsinclair
2004-02-18
1
-1
/
+0
*
* lib/cgi-lib.rb: deprecated after 1.8.1
gsinclair
2004-02-18
1
-0
/
+8
*
Strip extraneous spaces from included filename
dave
2004-02-18
1
-0
/
+5
*
remove O_NONBLOCK, thanks ay
seki
2004-02-18
1
-0
/
+4
*
import test_rinda.rb
seki
2004-02-18
1
-0
/
+4
*
* test/*: should not depend on $KCODE.
nahi
2004-02-18
1
-0
/
+4
*
* test/ruby/test_sprintf.rb: added tests.
usa
2004-02-18
1
-0
/
+4
*
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
eban
2004-02-18
1
-0
/
+4
*
Modify ChangeLog
ocean
2004-02-18
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): clean up.
usa
2004-02-18
1
-0
/
+4
*
* lib/rinda/rinda.rb: added documentation (from Hugh Sasse)
gsinclair
2004-02-17
1
-0
/
+2
*
* sprintf.c (rb_f_sprintf): preserve original val for
matz
2004-02-17
1
-0
/
+5
*
* test/soap/marshal/test_marshal.rb, test/ruby/test_marshal.rb: do $:
nahi
2004-02-17
1
-0
/
+5
*
* test/ruby/marshaltestlib.rb: common marshal testcase added.
nahi
2004-02-17
1
-0
/
+10
*
* ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.
nobu
2004-02-17
1
-0
/
+13
*
* ext/strscan/strscan.c: ScanError may be (wrongly) garbage collected. (thank...
aamine
2004-02-17
1
-0
/
+16
[next]