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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Mon 01/Mon 1/.
knu
2003-02-07
1
-9
/
+9
*
* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make
knu
2003-02-07
1
-0
/
+9
*
* intern.h, re.c (rb_memsearch): returns long.
nobu
2003-02-07
1
-0
/
+6
*
* eval.c (proc_invoke): should propagate self to super
nobu
2003-02-07
1
-0
/
+5
*
* re.c (rb_reg_initialize_m): shoule not preset "kcode" unless
matz
2003-02-06
1
-0
/
+5
*
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-02-06
1
-0
/
+10
*
* lib/complex.rb (Complex#==): should not raise error by type
matz
2003-02-06
1
-0
/
+7
*
* re.c (rb_reg_initialize_m): 3rd argument was ignored.
matz
2003-02-06
1
-1
/
+10
*
* lib/open-uri.rb: dispatch code restructured to make it openable
akr
2003-02-05
1
-1
/
+4
*
* lib/open-uri.rb: Location: field may has a relative URI.
akr
2003-02-05
1
-0
/
+5
*
* parse.y (yylex): no .<digit> floating literal anymore.
matz
2003-02-05
1
-0
/
+4
*
* array.c (rb_ary_equal): a == b is true when b is non T_ARRAY
matz
2003-02-04
1
-0
/
+15
*
* object.c (Init_Object): default Object#=== now calls "=="
matz
2003-02-03
1
-0
/
+16
*
* re.c (rb_memsearch): a little improvement.
nobu
2003-02-03
1
-0
/
+4
*
typo
nobu
2003-02-03
1
-3
/
+3
*
* re.c (rb_memsearch): algolithm body of String#index.
matz
2003-02-03
1
-0
/
+17
*
* string.c (rb_str_index): search using Karp-Rabin algolithm.
matz
2003-01-31
1
-0
/
+4
*
* variable.c (rb_obj_classname): new function.
matz
2003-01-31
1
-4
/
+11
*
* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.
matz
2003-01-31
1
-0
/
+4
*
* lib/optparse.rb (OptionParser::make_switch): NoArgument doesn't
nobu
2003-01-31
1
-1
/
+4
*
* lib/optparse.rb (OptionParser::List::accept): default
nobu
2003-01-30
1
-0
/
+5
*
* lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.
nobu
2003-01-30
1
-0
/
+11
*
* file.c (rb_file_s_expand_path): removed a sludge.
nobu
2003-01-29
1
-0
/
+4
*
* instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend a
knu
2003-01-27
1
-0
/
+6
*
* error.c (get_syserror): use snprintf() instead of sprintf(). pointed
usa
2003-01-26
1
-2
/
+8
*
* error.c (get_syserror): some Windows' errno have 5 digits.
usa
2003-01-26
1
-0
/
+4
*
Update.
knu
2003-01-26
1
-0
/
+9
*
* instruby.rb ($mflags.set?): Check $make instead of $nmake, sinse
usa
2003-01-26
1
-0
/
+8
*
* instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -n
knu
2003-01-26
1
-0
/
+6
*
* instruby.rb (makedirs): make same directory only once even if
nobu
2003-01-25
1
-1
/
+4
*
* instruby.rb: re-define individual methods verbosely rather than
nobu
2003-01-25
1
-0
/
+9
*
* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,
knu
2003-01-25
1
-0
/
+10
*
* parse.y: tMINUS should have lower precedence than tPOW.
matz
2003-01-24
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): deal
nobu
2003-01-23
1
-0
/
+7
*
* eval.c (rb_eval): do not warn discarding already undefined
matz
2003-01-23
1
-0
/
+7
*
garbage?
nobu
2003-01-23
1
-1
/
+1
*
* parse.y (arg): missing arguments.
nobu
2003-01-23
1
-0
/
+4
*
* lib/rational.rb: modified to support "quo".
matz
2003-01-23
1
-0
/
+9
*
* time.c (time_arg): was accessing garbage argv value.
matz
2003-01-23
1
-0
/
+4
*
* parse.y (arg): syntaxify tPOW negative number hack.
matz
2003-01-23
1
-1
/
+17
*
* instruby.rb: should not contain destdir in shebang line.
nobu
2003-01-22
1
-0
/
+4
*
* win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().
usa
2003-01-22
1
-0
/
+4
*
makes possible to add files to clean and distclean targets
michal
2003-01-21
1
-0
/
+4
*
* bcc32/Makefile.sub (LIBRUBY_A): link dmyext.
nobu
2003-01-21
1
-0
/
+4
*
* parse.y (arg): put back old ** behavior for negative number
matz
2003-01-21
1
-0
/
+5
*
* instruby.rb: use real interpreter pathname at shebang line.
usa
2003-01-21
1
-0
/
+5
*
* lib/pp.rb: Use Test::Unit.
akr
2003-01-21
1
-0
/
+10
*
refine previous change.
akr
2003-01-20
1
-3
/
+4
*
* lib/pp.rb: Don't redefine `inspect'.
akr
2003-01-20
1
-0
/
+5
*
* configure.in (MANTYPE): Detect if the system's nroff(1) groks
knu
2003-01-20
1
-0
/
+12
[next]