aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* unicode_normalize/normalize.rb: remove unnecessary module namesnobu2014-10-201-11/+11
* lib/unicode_normalize.rb: removing unnecessary 'self'.duerst2014-10-202-2/+6
* unicode_norm_gen.rb: get rid of hard coded pathsnobu2014-10-202-5/+6
* tool/unicode_norm_gen.rb: for 1.8.5 BASERUBYnobu2014-10-201-9/+15
* configure.in: downloader needs BASERUBYnobu2014-10-201-2/+1
* lib/unicode_normalize.rb: (unicode_normalize!): change method namesduerst2014-10-202-2/+7
* tool/unicode_norm_gen.rb: fix for 1.8 BASERUBYnobu2014-10-201-3/+2
* signal.c: adjust indent of preprocessing directivesnobu2014-10-191-22/+22
* ruby_atomic.h (ATOMIC_OR): should return previous valuenobu2014-10-191-2/+2
* variable.c, vm_insnhelper.c: improve performancenobu2014-10-193-2/+11
* common.mk: use existing filesnobu2014-10-191-1/+1
* vm_insnhelper.c: refactoringnobu2014-10-191-6/+3
* add .gitignorenaruse2014-10-191-0/+4
* add dependencynaruse2014-10-191-0/+2
* * 2014-10-20svn2014-10-191-2/+2
* common.mk (srcs-enc): generate unicode_normalize/tables.rbnobu2014-10-191-1/+1
* lib/unicode_normalize.rb: remove BOMsnobu2014-10-192-2/+2
* * lib/unicode_normalize.rb: (unicode_normalize!): change method name.nagachika2014-10-192-1/+6
* common.mk: fix missing quotenobu2014-10-191-1/+1
* * common.mk: nmake doesn't recognize ${} form. use $() instead.usa2014-10-191-1/+1
* * ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.hsbt2014-10-192-2/+6
* enc/prelude.rb: Added automatic loading of lib/unicode_normalize.rb. This mak...duerst2014-10-192-0/+8
* lib/unicode_normalize/normalize.rb: Added a missing file extension in require...duerst2014-10-192-1/+6
* common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.duerst2014-10-192-0/+11
* lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...duerst2014-10-192-3/+16
* * properties.svn2014-10-190-0/+0
* * ext/tk/tcltklib.c: support Tcl/Tk8.6.nagai2014-10-1910-17/+374
* lib/unicode_normalize.rb: Small documentation fix.duerst2014-10-192-2/+7
* lib/unicode_normalize.rb: Added documentation.duerst2014-10-192-0/+53
* tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:duerst2014-10-193-2/+8
* lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...duerst2014-10-192-3/+8
* lib/unicode_normalize.rb: Changing module name.duerst2014-10-192-2/+6
* lib/unicode_normalize.rb: Changing require statement, adjusting copyright.duerst2014-10-192-4/+7
* lib/unicode_normalize.rb: Importing fromduerst2014-10-192-0/+28
* tool/unicode_norm_gen.rb: Changed module name.duerst2014-10-192-1/+5
* * remove trailing spaces.svn2014-10-191-12/+12
* lib/unicode_normalize/normalize.rb: Changed module name, adjusted copyright.duerst2014-10-192-15/+18
* * properties.svn2014-10-191-176/+176
* * 2014-10-19svn2014-10-191-2/+2
* lib/unicode_normalize/normalize.rb: Importing fromduerst2014-10-192-0/+181
* * 2014-10-18svn2014-10-181-2/+2
* * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj2014-10-185-10/+8
* * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj2014-10-185-29/+69
* * pack.c (pack_unpack): Add casts for char references for 'u'.akr2014-10-173-16/+26
* * pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.akr2014-10-172-2/+6
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-173-2/+13
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-178-12/+35
* symbol.c (register_sym): debug codenobu2014-10-171-0/+22
* erb: multiline anchorsnobu2014-10-171-3/+4
* erb: fix -U optionnobu2014-10-171-2/+2