aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * transcode.c (rb_econv_t): last_error.partial_input removed.akr2008-09-082-3/+4
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-0812-82/+130
* * test/cgi/test_cgi_tag_helper.rb : fix class namexibbar2008-09-081-1/+1
* * transcode.c (rb_econv_insert_output): "readagain" part should beakr2008-09-083-2/+12
* * dir.c (dir_initialize): rename option name of Dir.opennaruse2008-09-082-16/+21
* * lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]xibbar2008-09-082-31/+35
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-083-17/+23
* * tool/transcode-tblgen.rb (ArrayCode): less string substitutions.akr2008-09-082-11/+16
* * vm.c (rb_mRubyVMFrozenCore): registered for GC.akr2008-09-083-5/+12
* * win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.usa2008-09-082-0/+7
* * win32/win32.c (filetime_to_unixtime): remove unused variable.usa2008-09-082-1/+5
* * test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu2008-09-082-0/+9
* * enc/trans: ignore escape.c.nobu2008-09-070-0/+0
* * complex.c: some adjustments.tadf2008-09-073-28/+41
* * configure.in (XLDFLAGS): added --enable-auto-import for cygwin andnobu2008-09-072-3/+10
* * include/ruby/encoding.h (rb_econv_set_replacement): renamed fromakr2008-09-073-4/+11
* fix typos.akr2008-09-071-3/+3
* * tool/transcode-tblgen.rb (transcode_tblgen): log message refined.akr2008-09-072-1/+11
* * rational.c: removed unused code.tadf2008-09-074-19/+52
* rdoc update.akr2008-09-071-5/+4
* * 2008-09-08svn2008-09-071-3/+3
* * enc/trans/iso2022.trans: upcase to iso-2022-jp.akr2008-09-073-5/+11
* * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoidakr2008-09-074-42/+133
* fix a typo.akr2008-09-071-1/+1
* * enc/trans/escape.trans (hexstr): renamed from str1.akr2008-09-072-9/+13
* * enc/trans/escape.trans: use transcode_tblgen.akr2008-09-073-59/+27
* * tool/transcode-tblgen.rb (ActionMap#str_name): new method toakr2008-09-072-13/+37
* * tool/transcode-tblgen.rb (ActionMap#generate_info): use a memo toakr2008-09-072-7/+20
* * transcode_data.h (STR1): defined for a string up to 255 bytes.akr2008-09-075-51/+52
* * configure.in: Mac OS X's crypt(2) is broken with invalid salt.kazu2008-09-073-0/+41
* * tool/transcode-tblgen.rb: o4 is usable only if the first byte isakr2008-09-072-1/+6
* rdoc update.akr2008-09-071-4/+4
* * io.c (make_writeconv): choose ASCII compatible encoding asakr2008-09-072-0/+13
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-077-70/+150
* * misc/emacs-mode.el: don't set case-fold-search globally to nil;matz2008-09-062-4/+8
* * misc/ruby-mode.el: fix a variable-name error.matz2008-09-062-1/+3
* * misc/*.el: untabify, for interal consistency and consistencymatz2008-09-065-857/+860
* * misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt wherematz2008-09-063-18/+36
* * misc/ruby-mode.el: don't highlight keywords when they're thematz2008-09-062-5/+7
* * misc/ruby-mode.el: don't crash the whole mode if the Subversionmatz2008-09-062-3/+5
* * misc/*.el: merged the following patches from Nathan Weizenbaummatz2008-09-063-20/+27
* * file.c (file_expand_path): applied a patch from Nobuhiro Tachinomatz2008-09-062-2/+6
* * test/ruby/test_parse.rb (TestParse): update a test not to usematz2008-09-062-3/+6
* * parse.y (f_block_optarg): allow default for block parameters asmatz2008-09-063-1/+168
* add a spacekazu2008-09-061-1/+1
* * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.matz2008-09-062-15/+18
* fix typoskazu2008-09-061-4/+4
* cleanup spaceskazu2008-09-061-17/+17
* * 2008-09-07svn2008-09-061-3/+3
* * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.akr2008-09-064-12/+49