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
...
*
Deal with case where first file processed contains a :stopdoc:
dave
2004-02-24
2
-1
/
+20
*
2004-02-24
eban
2004-02-24
1
-3
/
+3
*
Handle class vars in code listings
dave
2004-02-23
2
-2
/
+9
*
Handle aliases in C files
dave
2004-02-23
2
-0
/
+19
*
Check opdir _before_ parsing files
dave
2004-02-23
2
-4
/
+10
*
Fix constant value extraction. Escape HTML in constant values
dave
2004-02-23
3
-3
/
+21
*
* ext/openssl/ossl_config.c (ossl_config_each): add new method
gotoyuzo
2004-02-23
2
-10
/
+59
*
2004-02-23
eban
2004-02-23
1
-3
/
+3
*
* instruby.rb (parse_args): use optparse instead of getopts.
nobu
2004-02-23
2
-34
/
+40
*
* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.
nobu
2004-02-22
3
-3
/
+5
*
* Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub: terminate options.
nobu
2004-02-22
4
-4
/
+6
*
2004-02-22
nobu
2004-02-22
1
-3
/
+3
*
* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]
nobu
2004-02-22
2
-1
/
+5
*
* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
akira
2004-02-22
2
-0
/
+13
*
* ext/extmk.rb: use optparse instead of getopts.
nobu
2004-02-22
5
-40
/
+49
*
* re.c: corrected documentation format (rb_reg_initialize_m)
gsinclair
2004-02-22
2
-2
/
+6
*
* ext/zlib/zlib.c: documented, but needs more effort.
gsinclair
2004-02-21
2
-7
/
+700
*
* ext/extmk.rb: prefer relative path. [ruby-talk:93037]
nobu
2004-02-21
2
-9
/
+31
*
2004-02-21
nobu
2004-02-21
1
-3
/
+3
*
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
nobu
2004-02-21
3
-3
/
+7
*
* lib/ostruct.rb (OpenStruct#initialize_copy): should not share
nobu
2004-02-20
2
-0
/
+11
*
* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to
matz
2004-02-20
5
-3
/
+21
*
Wrong descriptions,pointed out by Bret Jolly,in the documents changed.
shigek
2004-02-20
2
-8
/
+8
*
2004-02-20
eban
2004-02-20
1
-3
/
+3
*
commit miss. _no
nobu
2004-02-20
1
-34
/
+0
*
* io.c (pipe_open): fix typo.
nobu
2004-02-20
2
-2
/
+14
*
* io.c (pipe_open): fix typo.
nobu
2004-02-20
1
-1
/
+42
*
Support visibility modifiers for attributes
dave
2004-02-19
3
-7
/
+32
*
* lib/ostruct.rb: documented
gsinclair
2004-02-19
2
-11
/
+58
*
* test/rinda/test_rinda.rb: DRb.start_service only once in testsuites.
nahi
2004-02-19
2
-1
/
+6
*
* lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.
nahi
2004-02-19
2
-2
/
+8
*
* ext/strscan/strscan.c: improved documentation
gsinclair
2004-02-19
2
-30
/
+39
*
* win32/win32.c, win32/win32.h: fixed prototypes.
nobu
2004-02-19
3
-34
/
+30
*
Fix typos (Doug Kearns)
dave
2004-02-19
4
-3
/
+34
*
2004-02-19
eban
2004-02-19
1
-3
/
+3
*
* ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...
aamine
2004-02-18
2
-3
/
+35
*
* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...
aamine
2004-02-18
2
-3
/
+14
*
* ext/strscan/strscan.c: merge documentation from 1.8 branch.
aamine
2004-02-18
2
-5
/
+460
*
removed conflict indicator
gsinclair
2004-02-18
1
-1
/
+0
*
* lib/cgi-lib.rb: deprecated after 1.8.1
gsinclair
2004-02-18
5
-0
/
+16
*
Strip extraneous spaces from included filename
dave
2004-02-18
2
-1
/
+8
*
remove O_NONBLOCK, thanks ay
seki
2004-02-18
2
-1
/
+4
*
import test_rinda.rb
seki
2004-02-18
3
-0
/
+372
*
* test/*: should not depend on $KCODE.
nahi
2004-02-18
36
-84
/
+32
*
* test/ruby/test_sprintf.rb: added tests.
usa
2004-02-18
3
-0
/
+82
*
* ext/win32ole/win32ole.c: need to include <olectl.h> on Cygwin.
eban
2004-02-18
2
-0
/
+5
*
Modify ChangeLog
ocean
2004-02-18
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): clean up.
usa
2004-02-18
2
-74
/
+76
*
2004-02-18
usa
2004-02-18
1
-3
/
+3
*
* lib/rinda/rinda.rb: added documentation (from Hugh Sasse)
gsinclair
2004-02-17
3
-3
/
+116
[prev]
[next]