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
*
* lib/mkmf.rb (have_devel?): checks if the compiler works.
nobu
2008-08-31
1
-0
/
+4
*
* Temporarily uses git://github.com/yugui/rubyspec.git
yugui
2008-08-31
1
-0
/
+6
*
* transcode.c (transcode.c): set source_encoding and
akr
2008-08-31
1
-0
/
+7
*
* lib/mkmf.rb (Logging.log_open): opens in binary mode to get rid of
nobu
2008-08-31
1
-1
/
+4
*
* lib/mkmf.rb (try_func, try_var, have_struct_member),
nobu
2008-08-31
1
-0
/
+9
*
* spec/README (How to run): added.
yugui
2008-08-31
1
-0
/
+4
*
* spec/default.mspec (config): added.
yugui
2008-08-31
1
-0
/
+10
*
* transcode.c (make_econv_exception): rename instance variable names
akr
2008-08-31
1
-0
/
+7
*
* transcode.c (econv_putback): associate encoding to the result.
akr
2008-08-31
1
-0
/
+4
*
* include/ruby/intern.h: rename RB_UBF_DFL to
ko1
2008-08-31
1
-0
/
+8
*
* transcode.c (econv_insert_output): raise ArgumentError on failure.
akr
2008-08-31
1
-0
/
+4
*
* bootstraptest/test_thread.rb: add a test.
ko1
2008-08-31
1
-0
/
+4
*
* enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes.
akr
2008-08-31
1
-0
/
+4
*
* transcode.c (econv_last_error): new method.
akr
2008-08-31
1
-0
/
+4
*
* transcode.c (econv_primitive_convert): make two arguments,
akr
2008-08-31
1
-0
/
+5
*
* transcode.c (make_econv_exception): error message simplified.
akr
2008-08-31
1
-0
/
+4
*
* ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.
nobu
2008-08-31
1
-0
/
+8
*
* ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix for
nobu
2008-08-31
1
-0
/
+5
*
* ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const.
nobu
2008-08-31
1
-0
/
+8
*
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.
akr
2008-08-31
1
-0
/
+4
*
* ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.
akr
2008-08-31
1
-5
/
+9
*
* transcode.c (econv_putback): make max argument optional.
akr
2008-08-30
1
-0
/
+4
*
* transcode.c (rb_econv_putback): putback from last byte.
akr
2008-08-30
1
-0
/
+4
*
* transcode.c (econv_putback): renamed from econv_primitive_putback.
akr
2008-08-30
1
-0
/
+4
*
* transcode.c (econv_insert_output): renamed from
akr
2008-08-30
1
-0
/
+5
*
* test/ruby/test_econv.rb: follow econv_primitive_errinfo change.
akr
2008-08-30
1
-0
/
+4
*
* transcode.c (econv_primitive_errinfo): 5th element (partial_input)
akr
2008-08-30
1
-0
/
+5
*
* ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduce
akr
2008-08-30
1
-0
/
+7
*
* ext/dl/mkcallback.rb (foreach_proc_entry): extracted.
akr
2008-08-30
1
-0
/
+7
*
fix failures [ruby-dev:35937].
seki
2008-08-30
1
-0
/
+5
*
* ext/dl/test/test_import.rb: fix character code.
akr
2008-08-30
1
-0
/
+6
*
* rational.c: added a static variable for nurat_to_f.
tadf
2008-08-30
1
-0
/
+4
*
* win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback to
usa
2008-08-30
1
-0
/
+6
*
* win32/win32.c (rb_w32_read): EOF is not error.
usa
2008-08-30
1
-0
/
+5
*
* parse.y (struct token_info): constified.
nobu
2008-08-30
1
-1
/
+3
*
* parse.y (token_info_get_column, token_info_has_nonspaces),
nobu
2008-08-30
1
-0
/
+5
*
* parse.y (token_info_push): -w warns indentation level mismatch.
matz
2008-08-30
1
-0
/
+7
*
* ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.
matz
2008-08-30
1
-0
/
+9
*
* ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix for
nobu
2008-08-30
1
-0
/
+5
*
* ext/dl/mkcallback.rb: fix continuation line detection.
akr
2008-08-30
1
-0
/
+4
*
* ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem which
akr
2008-08-30
1
-0
/
+5
*
* ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".
ko1
2008-08-30
1
-0
/
+4
*
* parse.y: remove include pragma for "ruby/intern.h".
ko1
2008-08-30
1
-0
/
+4
*
* lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT and
nobu
2008-08-30
1
-0
/
+5
*
* include/ruby/intern.h (rb_file_s_absolute_path),
nobu
2008-08-29
1
-7
/
+12
*
* encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.
naruse
2008-08-29
1
-0
/
+6
*
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
naruse
2008-08-29
1
-0
/
+6
*
* object.c (rb_obj_freeze): update rdoc to mention RuntimeError
matz
2008-08-29
1
-0
/
+5
*
* bignum.c (bigdivmod): remove redundant code. a patch from
matz
2008-08-29
1
-0
/
+5
*
* lib/cgi.rb (CGI#initialize): remove unused constants. a patch
matz
2008-08-29
1
-0
/
+5
[next]