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
/
enc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* enc/trans/newline.trans: record newline types met in universal
akr
2008-09-04
1
-12
/
+27
*
* transcode_data.h (rb_transcoding): remove stateful field.
akr
2008-09-03
4
-45
/
+77
*
* enc/trans/japanese.trans: new file.
akr
2008-09-03
1
-0
/
+96
*
* enc/trans/make_transdb.rb: check $(srcdir)/enc/trans before
naruse
2008-09-03
1
-2
/
+3
*
* enc/trans/make_transdb.rb: check foo.c only if foo.trans exists.
akr
2008-09-02
1
-2
/
+15
*
* enc/trans/make_transdb.rb: error message improved.
akr
2008-09-02
1
-4
/
+5
*
revert last commit.
akr
2008-09-02
1
-5
/
+4
*
* enc/trans/make_transdb.rb: error message improved.
akr
2008-09-02
1
-4
/
+5
*
* enc/trans/utf_16_32.trans (from_UTF_8): rename from to_UTF_16BE
usa
2008-09-02
1
-15
/
+15
*
* enc/emacs_mule.c (svn:executable): dropped executable bit.
yugui
2008-09-02
2
-0
/
+0
*
* enc/trans/japanese_euc.trans: splitted from japanese.trans to avoid
akr
2008-09-02
2
-25
/
+35
*
* tool/transcode-tblgen.rb: define TRANSCODE_TABLE_INFO in generated
akr
2008-09-01
3
-13
/
+13
*
* tool/transcode-tblgen.rb: record offsets array as index of
akr
2008-09-01
3
-0
/
+13
*
* transcode_data.h (BYTE_LOOKUP): change to uintptr_t array.
akr
2008-09-01
3
-22
/
+22
*
* enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of
naruse
2008-09-01
2
-3
/
+3
*
* enc/trans/japanese.trans: fix mapping priority.
naruse
2008-09-01
1
-1
/
+1
*
* enc/depend: transdb.c may not present.
nobu
2008-09-01
1
-0
/
+1
*
* enc/trans/japanese.trans: fix Ruby 1.8 compatibility.
naruse
2008-09-01
1
-56
/
+55
*
* tool/transcode-tblgen.rb (transcode_generated_code): defined for
akr
2008-08-31
6
-119
/
+116
*
* enc/trans/eucjp-tbl.rb: replace by previous Citrus maps.
naruse
2008-08-31
2
-29606
/
+0
*
* tool/transcode-tblgen.rb: add table generator from Citrus maps.
naruse
2008-08-31
25
-13
/
+62273
*
* enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes.
akr
2008-08-31
1
-1
/
+1
*
* enc/emacs_mule.c: fix ctype.
naruse
2008-08-24
1
-105
/
+9
*
* configure.in (BUILTIN_TRANSSRCS): defined.
akr
2008-08-24
3
-0
/
+8
*
* enc/emacs_mule.c: support Emacs/Mule internal encoding.
naruse
2008-08-24
1
-0
/
+436
*
* include/ruby/io.h (FMODE_TEXTMODE): defined.
akr
2008-08-22
1
-1
/
+1
*
* include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,
akr
2008-08-16
1
-1
/
+1
*
* transcode_data.h (rb_transcoder_stateful_type_t): defined.
akr
2008-08-15
3
-0
/
+13
*
* include/ruby/encoding.h (rb_econv_output): declared.
akr
2008-08-14
1
-4
/
+13
*
fix variable name.
akr
2008-08-13
1
-4
/
+4
*
* enc/trans/newline.trans (rb_crlf_newline): new transcoder.
akr
2008-08-13
1
-0
/
+35
*
* enc/trans/newline.trans: new file.
akr
2008-08-13
1
-0
/
+56
*
* enc/trans/make_transdb.rb: *.erb.c is not used anymore.
akr
2008-08-12
1
-1
/
+1
*
* enc/depend: (transvpath_prefix): prefix has no extension, so replace
usa
2008-08-12
1
-1
/
+1
*
* enc/Makefile.in (.SUFFIXES): renamed to .trans.
nobu
2008-08-12
3
-15
/
+44
*
* transcode_data.h (rb_transcoder): add resetstate_func field for
akr
2008-08-11
1
-1
/
+2
*
* enc/trans/iso2022.trans: renamed from iso2022.erb.c.
akr
2008-08-11
6
-3
/
+5
*
* enc/Makefile.in (make-workdir): use MAKEDIRS.
nobu
2008-08-10
2
-3
/
+6
*
* transcode_data.h (rb_transcoding): add fields for restartable
akr
2008-08-09
2
-10
/
+40
*
* enc/make_encdb.rb, enc/trans/make_transdb.rb: skip nonexistent
nobu
2008-08-08
2
-0
/
+2
*
* enc/trans/utf_16_32.erb.c (fun_so_from_utf_32le): implemented.
akr
2008-08-08
1
-1
/
+44
*
* transcode_data.h (rb_transcoder): from_unit_length field added.
akr
2008-08-08
2
-33
/
+18
*
* enc/depend (TRANSCSRCS): needs rule_subst to apply.
nobu
2008-08-08
1
-1
/
+1
*
* common.mk (srcs-enc): renamed from transcodes.
nobu
2008-08-08
1
-1
/
+6
*
* common.mk (encdb.h): see both $(srcdir)/enc and enc.
nobu
2008-08-08
2
-36
/
+42
*
* enc/trans/make_transdb.rb: fix for the case no transdirs are given.
nobu
2008-08-08
1
-1
/
+2
*
* enc/trans/make_transdb.rb: converts only one transcoders for each
nobu
2008-08-08
1
-0
/
+3
*
* common.mk: see both $(srcdir)/enc/trans and enc/trans.
naruse
2008-08-07
1
-16
/
+18
*
* transcode_data.h (rb_transcoding): new field "stateful".
akr
2008-08-07
3
-243
/
+158
*
* enc/depend: add transdb.c.
nobu
2008-08-07
2
-2
/
+3
[next]