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/tcc-0.9.27
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/tcc-0.9.27/.gitignore

    r279 r331  
     1*~
     2\#*
     3.#*
    14*.o
    25*.a
     6*.exe
     7*.dll
     8*.obj
     9*.pdb
     10*.lib
     11*.exp
     12*.log
     13*.bz2
     14*.zip
     15.gdb_history
     16a.out
    317tcc_g
    418tcc
    5 /*-tcc
    6 tc2.c
    7 doc
    8 tc3s.c
    9 p3.c
    10 tc1.c
    11 error.c
    12 i386-gen1.c
    13 test.out1
    14 test.out1b
    15 test.out2
    16 test.out2b
    17 test.out3
    18 test.out3b
    19 web.sh
    20 memdebug.c
    21 bench
    22 Makefile.uClibc
    23 boundtest
    24 prog.ref
    25 test.ref
    26 test.out
    27 tcc-doc.html
    28 ideas
    29 tcctest.ref
    30 linux.tcc
    31 ldtest
    32 libtcc_test
    33 instr.S
    34 p.c
    35 p2.c
    36 tcctest[1234]
    37 test[1234].out
    38 tests/tcclib.h
    39 tests/tcctest.gcc
    40 tests/weaktest.*.o.txt
    41 tests2/fred.txt
    42 .gdb_history
     19*-tcc
     20libtcc*.def
     21
     22config*.h
     23config*.mak
     24config.texi
     25conftest*
     26tags
     27TAGS
    4328tcc.1
    4429tcc.pod
    45 config.h
    46 config.mak
    47 config.texi
    48 tags
    49 .DS_Store
    50 *.swp
    51 lib/x86_64
    52 lib/i386
    53 lib/x86_64-win32
    54 lib/i386-win32
     30tcc-doc.html
    5531tcc-doc.info
    56 conftest*
    57 tiny_libmaker
    58 *.dSYM
     32
     33win32/doc
     34win32/libtcc
     35win32/lib/32
     36win32/lib/64
     37win32/include/float.h
     38win32/include/stdarg.h
     39win32/include/stdbool.h
     40win32/include/stddef.h
     41win32/include/varargs.h
     42win32/include/tcclib.h
     43
     44tests/tcctest[1234]
     45tests/tcctest.gcc
     46tests/*.out*
     47tests/*.ref
     48tests/*.txt
     49tests/*.gcc
     50tests/*-cc*
     51tests/*-tcc*
     52tests/libtcc_test
     53tests/asm-c-connect
     54tests/asm-c-connect-sep
     55tests/vla_test
     56tests/hello
     57tests/tests2/fred.txt
Note: See TracChangeset for help on using the changeset viewer.