- Timestamp:
- Jun 28, 2014, 4:27:06 PM (11 years ago)
- Location:
- trunk/libc/src/libc/startup
- Files:
-
- 3 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/libc/startup/Makefile.kmk
-
Property svn:keywords
set to
Id
r3845 r3886 1 # $Id :$1 # $Id$ 2 2 ## @file 3 3 # … … 43 43 libc_libc_startup_SOURCES.os2 = \ 44 44 $(PATH_LIBC_SRC)/libc/startup/os2/dllinit-os2.c \ 45 $(PATH_LIBC_SRC)/libc/startup/os2/x86/mcountstub .s45 $(PATH_LIBC_SRC)/libc/startup/os2/x86/mcountstub$(KLIBC_SUFF_AS) 46 46 47 47 #libc_libc_startup_SOURCES.x86 = \ -
Property svn:keywords
set to
-
trunk/libc/src/libc/startup/_exit.c
- Property svn:executable deleted
-
Property svn:keywords
set to
Id
-
trunk/libc/src/libc/startup/ctor1.c
- Property svn:executable deleted
-
Property svn:keywords
set to
Id
-
trunk/libc/src/libc/startup/dtor1.c
- Property svn:executable deleted
-
Property svn:keywords
set to
Id
-
trunk/libc/src/libc/startup/exit.c
- Property svn:executable deleted
-
Property svn:keywords
set to
Id
r2941 r3886 1 /* $Id :$ */1 /* $Id$ */ 2 2 /** @file 3 3 * … … 35 35 #define __LIBC_LOG_GROUP __LIBC_LOG_GRP_INITTERM 36 36 #include <InnotekLIBC/logstrict.h> 37 #include <klibc/initterm.h> 37 38 38 39 -
trunk/libc/src/libc/startup/initterm.c
-
Property svn:keywords
set to
Id
r3857 r3886 1 /* $Id :$ */1 /* $Id$ */ 2 2 /** @file 3 3 * -
Property svn:keywords
set to
-
trunk/libc/src/libc/startup/nt/x86/crt0.s
-
Property svn:keywords
set to
Id
r3846 r3886 1 /* $Id :$ */1 /* $Id$ */ 2 2 /** @file 3 3 * -
Property svn:keywords
set to
-
trunk/libc/src/libc/startup/os2/dllinit-os2.c
- Property svn:executable deleted
-
Property svn:keywords
changed from
Author Date Id Revision
toId
-
trunk/libc/src/libc/startup/os2/x86/crt0.s
- Property svn:executable deleted
-
Property svn:keywords
changed from
Author Date Id Revision
toId
-
trunk/libc/src/libc/startup/os2/x86/dll0.s
- Property svn:executable deleted
-
Property svn:keywords
changed from
Author Date Id Revision
toId
-
trunk/libc/src/libc/startup/os2/x86/mcountstub.s
- Property svn:executable deleted
-
Property svn:keywords
changed from
Author Date Id Revision
toId
-
trunk/libc/src/libc/startup/startup.c
- Property svn:executable deleted
-
Property svn:keywords
set to
Id
r2936 r3886 1 /** $Id :$ */1 /** $Id$ */ 2 2 /** @file 3 3 *
Note:
See TracChangeset
for help on using the changeset viewer.