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
...
*
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-22
5
-22
/
+49
*
* prettyprint.rb: FillGroup implemented.
akr
2002-02-22
3
-54
/
+188
*
* ext/extmk.rb.in (create_makefile): remove unnecessary -L option from
usa
2002-02-21
2
-1
/
+6
*
2002-02-21
eban
2002-02-21
1
-2
/
+2
*
* pack.c (pack_pack): wrong # comment treatment.
matz
2002-02-21
5
-10
/
+16
*
2002-02-20
nobu
2002-02-20
1
-2
/
+2
*
* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),
nobu
2002-02-20
3
-6
/
+21
*
* io.c (rb_io_close): return Qnil.
usa
2002-02-20
2
-1
/
+5
*
* hash.c (rb_any_cmp): should handle Qundef in keys.
matz
2002-02-20
5
-10
/
+36
*
Initial revision
nobu
2002-02-19
1
-0
/
+19
*
aamine
aamine
2002-02-19
6
-521
/
+597
*
* file.c (path_check_1): do not fail on world writable *parent*
nobu
2002-02-19
2
-3
/
+9
*
* file.c (path_check_1): do not warn on world writable *parent*
matz
2002-02-19
4
-5
/
+22
*
file.c (path_check_1): typo
matz
2002-02-19
1
-1
/
+1
*
* file.c (path_check_1): should check directory sticky bits.
matz
2002-02-19
4
-11
/
+21
*
* parse.y (yylex): operators in the "op" rule should make
matz
2002-02-19
2
-27
/
+92
*
* eval.c (rb_eval_string_wrap): should hide the toplevel local
matz
2002-02-19
4
-307
/
+7
*
* regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().
eban
2002-02-19
2
-3
/
+7
*
* io.c (rb_io_ungetc): don't fail pushed EOF back.
nobu
2002-02-19
3
-3
/
+7
*
2002-02-18
nobu
2002-02-18
1
-2
/
+2
*
* pack.c (pack_pack): avoid infinite loop at comment.
nobu
2002-02-18
2
-5
/
+8
*
* parse.y (expr_value, arg_value, primary_value): value_expr()
matz
2002-02-18
10
-188
/
+246
*
* misc/ruby-mode.el (ruby-block-hanging-re): rescue block was too
nobu
2002-02-18
2
-2
/
+11
*
* misc/ruby-mode.el (ruby-font-lock-keywords): fontify
nobu
2002-02-17
2
-3
/
+8
*
* mkconfig.rb (Config::expand): expand ${} too.
nobu
2002-02-17
3
-24
/
+29
*
* class.c (rb_define_class): warn unless superclass is specified
nobu
2002-02-17
2
-0
/
+14
*
2002-02-17
nobu
2002-02-17
1
-2
/
+2
*
* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is
nobu
2002-02-17
5
-8
/
+19
*
2002-02-16
nobu
2002-02-16
1
-2
/
+2
*
* regex.c (re_compile_fastmap): skip begpos.
nobu
2002-02-16
2
-1
/
+5
*
* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().
matz
2002-02-15
5
-39
/
+23
*
* bignum.c (rb_big_rshift): should properly convert the nagative
matz
2002-02-15
4
-1
/
+26
*
2002-02-14
nobu
2002-02-14
1
-2
/
+2
*
* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.
nobu
2002-02-14
2
-2
/
+6
*
* struct.c (Init_Struct): should undefine "allocate" for Struct
matz
2002-02-14
3
-2
/
+7
*
sorry, assignable typo
matz
2002-02-13
1
-1
/
+1
*
* bignum.c: forget to check in DIGSPERLONGLONG.
matz
2002-02-13
1
-2
/
+18
*
2002-02-13
eban
2002-02-13
1
-2
/
+2
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
12
-106
/
+289
*
* ruby.c (load_file): avoid SEGV on '#' only input.
nobu
2002-02-10
3
-2
/
+7
*
2002-02-09
nobu
2002-02-09
1
-2
/
+2
*
* eval.c (rb_eval): singleton chech should be moved from yycompile
matz
2002-02-09
3
-21
/
+30
*
2002-02-08
nobu
2002-02-08
1
-2
/
+2
*
* parse.y (yycompile): should inherit "in_single" if eval happened
matz
2002-02-08
3
-1
/
+13
*
aamine
aamine
2002-02-07
3
-43
/
+62
*
2002-02-07
nobu
2002-02-07
1
-2
/
+2
*
uri-0.9.5
akira
2002-02-07
4
-4
/
+27
*
* io.c (io_write): flag when buffered write is done.
matz
2002-02-07
3
-4
/
+32
*
* configure.in: keep old config.h unless changed.
nobu
2002-02-06
2
-2
/
+10
*
* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.
matz
2002-02-06
5
-90
/
+144
[prev]
[next]