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
...
*
* configure.in, ruby.h: define rb_[pgu]id_t macros instead of typedefs
nobu
2005-05-15
3
-20
/
+10
*
* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory
akr
2005-05-15
2
-3
/
+8
*
* win32/win32.c (unixtime_to_filetime): deal with DST.
nobu
2005-05-15
2
-1
/
+8
*
Added DL::BUILD_RUBY_PLATFORM,BUILD_RUBY_VERSION.
ttate
2005-05-14
2
-0
/
+7
*
* error.c (exc_exception, {exit,name_err,syserr}_initialize): call
nobu
2005-05-14
2
-4
/
+9
*
* configure.in: Check for the availability of pid_t, gid_t and uid_t and
nobu
2005-05-14
11
-30
/
+65
*
* 2005-05-14
nobu
2005-05-14
1
-3
/
+3
*
* intern.h (ruby_pragma): prototype. [ruby-core:04881]
nobu
2005-05-14
4
-14
/
+209
*
restored @progress
ocean
2005-05-14
1
-2
/
+3
*
* ext/extmk.rb: keep srcdir unexpanded.
nobu
2005-05-13
6
-6
/
+23
*
* eval.c (unknown_node): add volatile directive to prototype.
nobu
2005-05-13
2
-2
/
+6
*
* variable.c (generic_ivar_get): rb_attr_get should not warn.
ocean
2005-05-13
2
-6
/
+12
*
add ChangeLog
ocean
2005-05-13
1
-3
/
+8
*
* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...
ocean
2005-05-13
1
-0
/
+10
*
* 2005-05-13
eban
2005-05-13
1
-3
/
+3
*
add ChangeLog
ocean
2005-05-13
1
-0
/
+14
*
add tests for reading an extended file
akr
2005-05-12
1
-0
/
+45
*
* ext/nkf/nkf-utf8/nkf.c: follow nkf 2.0.5
naruse
2005-05-12
2
-11
/
+22
*
* lib/rdoc/parsers/parse_c.rb: more readability for mixing
ocean
2005-05-12
2
-4
/
+15
*
* lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.
ocean
2005-05-12
2
-0
/
+16
*
reverted (commit miss) [ruby-dev:26141]
ocean
2005-05-12
1
-3
/
+3
*
* version.c (ruby_show_version): flush for non-tty stdout.
nobu
2005-05-12
2
-0
/
+5
*
* 2005-05-12
eban
2005-05-11
1
-3
/
+3
*
* eval.c (unknown_node): ignore broken NODE to get rid of accessing
nobu
2005-05-11
2
-2
/
+17
*
* eval.c (break_jump): break should not cross functions.
matz
2005-05-11
5
-4
/
+15
*
* lib/tempfile.rb (Tempfile#unlink): fixed typo.
ocean
2005-05-11
2
-2
/
+6
*
* 2005-05-11
nobu
2005-05-11
1
-3
/
+3
*
* eval.c (TMP_ALLOC): use macro NEW_NODE() to get rid of warnings on
nobu
2005-05-10
2
-2
/
+7
*
* 2005-05-10
eban
2005-05-10
1
-3
/
+3
*
* ext/tk/lib/tkextlib/blt/winop.rb: fix typo
nagai
2005-05-10
2
-2
/
+6
*
added a test.
ttate
2005-05-09
1
-0
/
+6
*
replaced the local variable 'entity' with an instance variable.
ttate
2005-05-09
1
-7
/
+6
*
* 2005-05-09
eban
2005-05-09
1
-3
/
+3
*
use DL::CStructBuilder instead of CStructBuilder.
ttate
2005-05-08
1
-2
/
+2
*
* ext/tk/lib/tk/timer.rb: fix typo
nagai
2005-05-08
11
-21
/
+29
*
* hash.c (Init_Hash): remove custom "hash" and "eql?".
ocean
2005-05-08
2
-72
/
+5
*
* 2005-05-08
eban
2005-05-08
1
-3
/
+3
*
* lib/profiler.rb: fixed "undefined method `[]' for nil:NilClass"
ocean
2005-05-08
2
-29
/
+34
*
* 2005-05-07
nobu
2005-05-07
1
-3
/
+3
*
* lib/mkmf.rb (have_var): no libs argument is given.
nobu
2005-05-07
2
-2
/
+4
*
* 2005-05-06
nobu
2005-05-05
1
-3
/
+3
*
* hash.c:rb_hash_hash_i() should be static. [ruby-core:04815]
nobu
2005-05-05
3
-1
/
+9
*
* 2005-05-01
nobu
2005-05-01
1
-4
/
+4
*
* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at
nobu
2005-05-01
3
-13
/
+20
*
* ruby.c (process_sflag): replace '-' in variable names with '_'.
nobu
2005-05-01
2
-11
/
+39
*
* ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): fixed typo.
nobu
2005-04-30
1
-2
/
+2
*
* ext/syck/rubyext.c: comment to be closed.
nobu
2005-04-30
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_getline): suppress warnings.
nobu
2005-04-30
1
-3
/
+2
*
* 2005-04-30
nobu
2005-04-30
1
-3
/
+3
*
* configure.in (RUBY_FUNC_ATTRIBUTE): check for function attribute.
nobu
2005-04-30
8
-32
/
+75
[prev]
[next]