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
*
* ruby.1: a patch to describe --encoding. a patch from Yugui
matz
2008-01-14
4
-3
/
+47
*
* re.c (rb_reg_prepare_re): initialize error message buffer.
akr
2008-01-14
2
-9
/
+20
*
Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.
drbrain
2008-01-14
31
-2799
/
+2509
*
* lib/rake/ruby182_test_unit_fix.rb: removed.
nobu
2008-01-14
2
-29
/
+1
*
Mon Jan 14 10:45:45 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
duerst
2008-01-14
2
-1
/
+5
*
* lib/time.rb: do not reference Time directly from the inside of
tadf
2008-01-14
2
-9
/
+14
*
* enc/*.c: add replicas and aliases.
naruse
2008-01-13
7
-10
/
+84
*
* define replica encoding "CP949".
naruse
2008-01-13
1
-0
/
+1
*
* include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*
naruse
2008-01-13
14
-74
/
+1383
*
* enc/make_encdb.h: sort encoding names by original name.
naruse
2008-01-13
20
-7
/
+52
*
* encoding.c: add documents.
naruse
2008-01-13
2
-4
/
+34
*
* encoding.c (Init_Encoding): moved initialization from encdb.h.
nobu
2008-01-13
3
-16
/
+23
*
* ruby.c (load_file): local variable was not initialized when -x flag
nobu
2008-01-13
2
-3
/
+5
*
* ruby.c (load_file): script files should not be affected by locale.
nobu
2008-01-13
2
-2
/
+11
*
* ruby.c (proc_options): fixed typo.
nobu
2008-01-13
1
-1
/
+1
*
Cleanup RDoc
drbrain
2008-01-13
8
-211
/
+201
*
Complete RDoc namespace change
drbrain
2008-01-13
15
-46
/
+45
*
Reorganize RDoc generators
drbrain
2008-01-13
15
-251
/
+258
*
* encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.
naruse
2008-01-13
7
-23
/
+29
*
* encoding.c (enc_table): packed all enc_table stuff.
nobu
2008-01-13
3
-60
/
+64
*
* encoding.c (rb_enc_init): revert removing SJIS.
naruse
2008-01-13
5
-15
/
+35
*
* common.mk (incs): includes encdb.h.
nobu
2008-01-13
2
-1
/
+5
*
* {bcc,win}32/Makefile.sub (MV): use move instead of ren. [ruby-Bugs-17019]
nobu
2008-01-13
3
-2
/
+6
*
* enc/make_encdb.rb: set properties.
nobu
2008-01-13
1
-64
/
+64
*
* enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]
matz
2008-01-12
4
-11
/
+16
*
add a test.
akr
2008-01-12
1
-0
/
+9
*
* encoding.c (rb_enc_aliases): don't see enc_table_alias when it wasn't initi...
naruse
2008-01-12
1
-2
/
+2
*
* enc/make_encdb.rb: added. search enc/*.c and make encoding database.
naruse
2008-01-12
9
-21
/
+154
*
removed an extra blank line which was added by naruse.
tadf
2008-01-12
1
-1
/
+0
*
* eval_method.c (rb_define_alloc_func, rb_undef_alloc_func): should
nobu
2008-01-12
2
-3
/
+10
*
* ext/nkf/nkf.c: rdoc update.
naruse
2008-01-12
2
-6
/
+5
*
* lib/date.rb, lib/date/format.rb: tuning for performance.
tadf
2008-01-12
3
-13
/
+26
*
* bootstraptest/test_proc.rb: fixed wrong expected result. pointed
nobu
2008-01-12
2
-3
/
+8
*
* 2008-01-12
usa
2008-01-11
1
-3
/
+3
*
* ruby.c (process_options): -e'script' is locale encoding by default.
naruse
2008-01-11
2
-8
/
+13
*
* ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0.
naruse
2008-01-11
2
-0
/
+6
*
* string.c (string.c): call rb_str_buf_append to update encoding of
akr
2008-01-11
2
-19
/
+20
*
* proc.c (proc_mark): needs to mark the receiver too. a patch from
nobu
2008-01-11
3
-0
/
+14
*
Remove lib/rdoc/usage.rb
drbrain
2008-01-11
3
-230
/
+20
*
Follow namespace change for RDoc/RI [ruby-core:14964]
drbrain
2008-01-11
2
-3
/
+8
*
* string.c (rb_str_append): performance improvement.
nobu
2008-01-11
2
-7
/
+11
*
update rdoc: force_encoding doesn't accept nil.
akr
2008-01-11
1
-2
/
+0
*
* configure.in: AC_TRY_CPP has no FUNCTION-BODY while AC_TRY_COMPILE
nobu
2008-01-11
2
-2
/
+2
*
* configure.in: moved broken syscall checks from process.c etc.
nobu
2008-01-11
3
-7
/
+18
*
add tests.
akr
2008-01-11
1
-0
/
+10
*
* defines.h (WORDS_BIGENDIAN): honor __BIG_ENDIAN__ than the result of
nobu
2008-01-11
2
-8
/
+14
*
* ChangeLog: commit miss
nobu
2008-01-11
1
-1
/
+2
*
* lib/rdoc/options.rb ():
nobu
2008-01-11
2
-1
/
+5
*
* ext/nkf/nkf-utf8/nkf.c: update to r1.163.
naruse
2008-01-11
4
-21
/
+22
*
* encoding (set_base_encoding): must use rb_enc_dummy_p.
naruse
2008-01-11
2
-1
/
+5
[next]