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
...
*
* file.c (DOSISH): better Cygwin support.
eban
2003-07-23
2
-4
/
+8
*
import erb-2.0.4b1
seki
2003-07-23
2
-131
/
+173
*
* ext/io/wait: imported.
nobu
2003-07-23
5
-0
/
+165
*
* string.c (rb_str_lstrip_bang): strip NUL along with white
matz
2003-07-23
3
-6
/
+11
*
* lib/mkmf.rb (log_src, checking_for, create_header):
nobu
2003-07-23
2
-6
/
+11
*
COMP_MODE_ROUNDUP -> COMP_MODE_ROUND
shigek
2003-07-23
3
-8
/
+15
*
2003-07-23
eban
2003-07-23
1
-3
/
+3
*
process.c, configure.in :
nagai
2003-07-23
2
-9
/
+788
*
* ext/iconv/iconv.c (check_iconv): check if Iconv instance.
nobu
2003-07-23
2
-34
/
+73
*
Explanation for prec, and some more for max. number of sig. digits.
shigek
2003-07-22
2
-55
/
+78
*
* variable.c (rb_mod_const_missing): new method. [ruby-core:00441]
matz
2003-07-22
7
-50
/
+89
*
* MANIFEST (lib/cgi/session/pstore.rb, lib/yaml/baseemitter.rb): added.
eban
2003-07-22
2
-0
/
+7
*
* lib/tmpdir.rb: remove charcters after "\000" and regularize path.
usa
2003-07-22
2
-2
/
+6
*
* numeric.c (num_equal): should not use rb_equal().
matz
2003-07-21
3
-5
/
+7
*
* string.c (rb_str_equal): should return nil for non string
matz
2003-07-21
3
-2
/
+9
*
2003-07-22
eban
2003-07-21
1
-3
/
+3
*
MANIFEST: add lib/tmpdir.rb.
eban
2003-07-21
1
-0
/
+1
*
* lib/tmpdir.rb: new library to get temporary directory path,
matz
2003-07-21
6
-8
/
+45
*
patches from T.Saito etc.
shigek
2003-07-21
3
-17
/
+28
*
* string.c: use StringValueCStr to retrieve paths to system calls.
matz
2003-07-20
5
-41
/
+84
*
* ext/zlib/zlib.c (gzfile_read_header): gz->z.input may be nil after finishin...
katsu
2003-07-20
2
-1
/
+6
*
* string.c (rb_str_match2): add warning to "~string".
matz
2003-07-19
3
-1
/
+24
*
* MANIFEST: add lib/scanf.rb.
eban
2003-07-19
1
-0
/
+1
*
Initial commit of scanf.rb.
dblack
2003-07-19
1
-0
/
+697
*
* lib/xmlrpc: import.
matz
2003-07-19
15
-2
/
+3370
*
* wince/stdlib.c: add bsearch().
uema2
2003-07-19
2
-0
/
+22
*
2003-07-19
eban
2003-07-19
1
-3
/
+3
*
* eval.c (thgroup_add): typo again. sorry.
matz
2003-07-19
1
-8
/
+8
*
* eval.c (thgroup_add): typo.
matz
2003-07-19
1
-1
/
+1
*
* eval.c (thgroup_add): do not raise ThreadError on terminated
matz
2003-07-19
2
-3
/
+9
*
* ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper
nobu
2003-07-18
5
-5
/
+143
*
* ext/Win32API/lib/win32/registry.rb (Win32::Registry::Error):
usa
2003-07-18
2
-14
/
+22
*
* eval.c (rb_attr): extra calls of method_added. [ruby-talk:76361]
nobu
2003-07-18
2
-2
/
+4
*
As discussed in ruby-dev ML:
shigek
2003-07-18
5
-0
/
+325
*
More pathes from Tadasi Saito.
shigek
2003-07-18
4
-243
/
+0
*
More pathes from Tadasi Saito.
shigek
2003-07-18
5
-174
/
+263
*
* lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]
nobu
2003-07-18
2
-3
/
+6
*
* lib/mkmf.rb (rm_f): use FileUtils.
nobu
2003-07-18
3
-21
/
+39
*
removed garbage
nobu
2003-07-18
1
-1
/
+1
*
* win32/win32.c (make_cmdvector): recognize quote within string.
usa
2003-07-18
2
-211
/
+178
*
2003-07-18
eban
2003-07-18
1
-3
/
+3
*
* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. no
matz
2003-07-18
5
-10
/
+14
*
* re.c (match_captures): rename from "groups".
matz
2003-07-17
2
-2
/
+6
*
* eval.c (rb_clear_cache_by_class): check both klass and origin.
matz
2003-07-17
5
-33
/
+38
*
tk.rb :
nagai
2003-07-17
1
-0
/
+4
*
2003-07-17
eban
2003-07-17
1
-3
/
+3
*
* eval.c (ruby_init): set ruby_running to true after
matz
2003-07-17
6
-14
/
+31
*
* lib/ftools.rb (File::makedirs): do not handle "//" as a directory.
eban
2003-07-17
2
-1
/
+5
*
* eval.c (rb_proc_new): call svalue_to_avalue for yield argument.
matz
2003-07-16
2
-1
/
+27
*
2003-07-16
eban
2003-07-16
1
-3
/
+3
[prev]
[next]