summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-10-22* common.mk (prelude.c): add dependency to LIB_SRCS becauseusa
2014-10-22Fix PNaCl configure/link errors.yugui
2014-10-22* common.mk (build-ext): avoid trying to build dynamic librariesyugui
2014-10-22common.mk: Fixed grammar in comment [ci skip]duerst
2014-10-22tool/unicode_norm_gen.rb: Fixed escaping of backslash andduerst
2014-10-22* test/test-unicode_normalize.rb: as often said, ruby is sometimes builtusa
2014-10-22test/test-unicode_normalize.rb: Adjusted path for test data file (now ../enc/...duerst
2014-10-22test/test-unicode_normalize.rb: Removed explicit require, changed method name...duerst
2014-10-22test/test-unicode_normalize.rb: Importing fromduerst
2014-10-22* nacl/pepper_main.c (Instance_DidCreate): mount devfs and rebind fd 0yugui
2014-10-21* ext/etc/etc.c (etc_nprocessors_affin): maximum "n" should be 16384.kosaki
2014-10-21* ext/etc/etc.c (etc_nprocessors_affin): minor spell fix.kosaki
2014-10-21* ext/etc/etc.c (etc_nprocessors_affin): optimize memory usege akosaki
2014-10-21Enable nacl_io in pepper-ruby.yugui
2014-10-21fix typos [ci skip]kazu
2014-10-21common.mk: Adding explicit creation of directoryduerst
2014-10-21lib/unicode_normalize/tables.rb: Committing to make versionduerst
2014-10-21lib/unicode_normalize/normalize.rb: Added comment to point toduerst
2014-10-21* gc.c (mark_current_machine_context) [__mc68000__]: Update stacknaruse
2014-10-20* enc/prelude.rb: we sometimes run ruby without library path (especiallyusa
2014-10-20* common.mk (lib/unicode_normlize/table.rb): enable running (n)makeusa
2014-10-20common.mk: disable force download of unicode files by defaultnobu
2014-10-20* lib/mkmf.rb: no need to convert path separator for COPY because it'susa
2014-10-20config.mk: Added missing data files as targets for prerequisite update_unicode.duerst
2014-10-20tool/downloader.rb: Make sure we update to latest versionduerst
2014-10-20lib/unicode_normalize.rb: revert r48046. The s in sIndexduerst
2014-10-20lib/unicode_normalize.rb: removing unnecessary 'self'.duerst
2014-10-20lib/unicode_normalize.rb: (unicode_normalize!): change method namesduerst
2014-10-19variable.c, vm_insnhelper.c: improve performancenobu
2014-10-19* lib/unicode_normalize.rb: (unicode_normalize!): change method name.nagachika
2014-10-19* ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.hsbt
2014-10-19enc/prelude.rb: Added automatic loading of lib/unicode_normalize.rb. This mak...duerst
2014-10-19lib/unicode_normalize/normalize.rb: Added a missing file extension in require...duerst
2014-10-19common.mk: Added a rule to generate lib/unicode_normalize/tables.rb.duerst
2014-10-19lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...duerst
2014-10-19lib/unicode_normalize.rb: Small documentation fix.duerst
2014-10-19lib/unicode_normalize.rb: Added documentation.duerst
2014-10-19tool/unicode_norm_gen.rb, lib/unicode_normalize.rb:duerst
2014-10-19lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...duerst
2014-10-19lib/unicode_normalize.rb: Changing module name.duerst
2014-10-19lib/unicode_normalize.rb: Changing require statement, adjusting copyright.duerst
2014-10-19lib/unicode_normalize.rb: Importing fromduerst
2014-10-19tool/unicode_norm_gen.rb: Changed module name.duerst
2014-10-19lib/unicode_normalize/normalize.rb: Changed module name, adjusted copyright.duerst
2014-10-19lib/unicode_normalize/normalize.rb: Importing fromduerst
2014-10-18* vm_core.h, proc.c, vm_backtrace.c, vm_trace.c:ktsj
2014-10-18* vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj
2014-10-17* pack.c (pack_unpack): Add casts for char references for 'u'.akr
2014-10-17* pack.c (pack_unpack): Add casts for char references for 'b' and 'h'.akr
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr