Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

Location:
EcnlProtoTool/trunk/onigmo-6.1.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/onigmo-6.1.3/README

    r279 r331  
    1 README  2014/07/18
     1README  2016/11/30
    22
    33Onigmo (Oniguruma-mod)  --  (C) K.Takata <kentkt AT csc DOT jp>
     
    66
    77Onigmo is a regular expressions library forked from Oniguruma.
    8 Some of new features introduced in Perl 5.10+ can be used.
    9 
    10 Some patches are merged from Ruby 2.x.
     8It focuses to support new expressions like `\K`, `\R`, `(?(cond)yes|no)`
     9and etc. which are supported in Perl 5.10+.
     10
     11Since Onigmo is used as the default regexp library of Ruby 2.0 or later,
     12many patches are backported from Ruby 2.x.
    1113
    1214See also the Wiki page:
     
    2426
    2527  Encoding:
    26     CP932
     28    CP932, CP1250, CP1251, CP1252, CP1253, CP1254, CP1257
    2729
    2830  Syntax:
     
    3133
    3234New Source Files:
    33   enc/cp932.c                   CP932 encoding.
    3435  enc/jis/props.h               JIS character properties data.
    3536  enc/jis/props.kwd             JIS character properties data.
    3637  enc/unicode/casefold.h        Unicode case folding data.
    3738  enc/unicode/name2ctype.h      Unicode properties data.
    38 
    39   onig.py                       onig.dll/libonig.so loader.
     39  enc/windows_*.c               CP* encoding
     40
     41  onigmo.py                     onigmo.dll/libonigmo.so loader.
    4042  testpy.py                     test program.
    4143
     
    4749
    4850  win32/Makefile.mingw          Makefile for Win32 (MinGW)
    49   win32/makedef.py              creates onig.def.
    50   win32/onig.rc                 resource file for onig.dll.
     51  win32/makedef.py              creates onigmo.def.
     52  win32/onigmo.rc               resource file for onigmo.dll.
    5153
    5254
Note: See TracChangeset for help on using the changeset viewer.