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
*
* parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.
aamine
2002-09-06
2
-3
/
+10
*
* parse.y (rb_gc_mark_parser): should mark parse.y global variables.
aamine
2002-09-06
2
-5
/
+12
*
* io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.
aamine
2002-09-06
2
-1
/
+6
*
* parse.y: should not use non-NODE VALUEs in the semantic stack.
aamine
2002-09-06
2
-21
/
+21
*
* file.c (rb_path_check): nothing to check under DOSISH.
nobu
2002-09-05
2
-1
/
+10
*
modify function name.
aamine
2002-09-05
1
-1
/
+1
*
* gc.c (gc_sweep): should mark parser.
aamine
2002-09-05
4
-0
/
+19
*
* variable.c (rb_path2class): should not use rb_eval_string().
matz
2002-09-05
5
-49
/
+120
*
fix mem leaks (ruby-core:405, ruby-core:407)
michal
2002-09-05
2
-14
/
+25
*
2002-09-05
nobu
2002-09-05
1
-2
/
+2
*
* eval.c (rb_eval): overriding false constant with class/module
nobu
2002-09-05
2
-6
/
+5
*
* lib/mkmf.rb (xsystem): mkmf.log.
eban
2002-09-05
1
-1
/
+1
*
= should be ==
matz
2002-09-05
1
-1
/
+1
*
* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,
eban
2002-09-04
3
-30
/
+37
*
refined.
arai
2002-09-04
1
-2
/
+2
*
Opt for Array in rb_gc_mark_children() (ruby-core:410)
michal
2002-09-04
1
-4
/
+6
*
Fix rb_digest_base_become (ruby-core:428)
michal
2002-09-04
1
-3
/
+2
*
- ==(o) should be aware of all the Set variant instances, not just
knu
2002-09-04
1
-2
/
+2
*
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
matz
2002-09-04
8
-66
/
+68
*
rb_check_frozen has been added (ruby-core:412)
michal
2002-09-03
1
-1
/
+2
*
* extmk.rb: require mkmf.rb. remove duplicate methods.
eban
2002-09-03
3
-419
/
+126
*
* variable.c (rb_copy_generic_ivar): remove old generic instance
matz
2002-09-03
22
-239
/
+277
*
* re.c (rb_reg_search): MatchData must be rb_cMatch. (ruby-bugs-ja:PR#319)
nobu
2002-09-02
2
-6
/
+9
*
* gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.
aamine
2002-09-02
5
-3
/
+29
*
2002-09-02
eban
2002-09-02
1
-2
/
+2
*
read_all ftello (instead ftell) (ruby-core:392)
michal
2002-09-02
1
-1
/
+1
*
fix mem leak in rb_file_s_readlink() (ruby-core:394)
michal
2002-09-02
1
-1
/
+4
*
win32ole.c(fole_each) : ensure to release IEnumVARIANT interface.
suke
2002-09-01
1
-11
/
+28
*
* config.guess: fixed for Linux/PPC.
eban
2002-09-01
2
-2
/
+6
*
ext/socket/socket.c (sock_s_getaddrinfo): add strcmp.
eban
2002-08-30
1
-1
/
+1
*
Add set.rb.
knu
2002-08-30
3
-0
/
+786
*
* ext/Win32API/Win32API.c (Win32API_Call): typo.
H_Konishi
2002-08-30
2
-1
/
+5
*
2002-08-30
nobu
2002-08-30
1
-2
/
+2
*
* variable.c (rb_const_assign): st_delete() takes pointer to key.
nobu
2002-08-30
2
-1
/
+5
*
commit miss.
nobu
2002-08-30
1
-5
/
+11
*
* ext/Win32API/Win32API.c (Win32API_Call): RSTRING()->ptr may be
nobu
2002-08-30
6
-14
/
+22
*
re.c: match_become based on (ruby-core:382, :386, :389)
michal
2002-08-30
1
-36
/
+17
*
* bcc32/MakeFile.sub (sitearch): add.
H_Konishi
2002-08-29
2
-0
/
+5
*
Merged Nakada's patch [ruby-dev:18097].
ttate
2002-08-29
1
-5
/
+7
*
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-29
14
-164
/
+203
*
* io.c (read_all): should use off_t instead of long.
eban
2002-08-29
3
-3
/
+7
*
(ruby-bugs-ja:PR#296)
nobu
2002-08-28
1
-0
/
+1
*
* marshal.c (r_object): yield loaded objects, not intermediates.
nobu
2002-08-28
2
-8
/
+20
*
variable.c: Get rid of fix len buffer in rb_class_path (ruby-core:381)
michal
2002-08-28
3
-7
/
+16
*
* io.c (appendline): data was lost when raw mode.
nobu
2002-08-28
2
-3
/
+19
*
* ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptr
nobu
2002-08-28
2
-6
/
+24
*
adjust indet
nobu
2002-08-28
1
-1
/
+1
*
file.c: fix mem leak in rb_stat_init
michal
2002-08-28
2
-1
/
+8
*
* win32/win32.c (kill): negate pid under Win9x.
nobu
2002-08-28
2
-9
/
+23
*
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-28
13
-97
/
+95
[next]