]> pd.if.org Git - pdclib/commitdiff
Moved the C locale implementation into main code base. None of these are really optio...
authorMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 06:57:15 +0000 (07:57 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 14 Mar 2016 06:57:15 +0000 (07:57 +0100)
functions/_PDCLIB/_PDCLIB_initclocale.c [moved from opt/c_locale/_PDCLIB_initclocale.c with 100% similarity]
internals/_PDCLIB_clocale.h [moved from opt/c_locale/_PDCLIB_clocale.h with 100% similarity]
opt/c_locale/README.txt [deleted file]
platform/example/Config.jam
platform/gandr/Config.jam
platform/posix/Config.jam
platform/win32/Config.jam

diff --git a/opt/c_locale/README.txt b/opt/c_locale/README.txt
deleted file mode 100644 (file)
index d9b5dbf..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Basic C Locale Support
-    - i.e. support for the basic (PDCLib-packaged) C locale only
\ No newline at end of file
index 06ee0c466fc0fa15dbf16693e9e62ecdb5f9d27f..f8dab513bdeb1ce999503f93a18b7a5cfb12ef2b 100644 (file)
@@ -13,5 +13,4 @@ PDCLIB_OPTIONS =
        nothread 
        tss_errno 
        basecodecs 
-    c_locale 
     ;
index 329dbfc67956ebb2bf37acce44929e36195101c6..976b283898af39df25c4b1fefe65148e896f1bfa 100644 (file)
@@ -7,5 +7,4 @@ PDCLIB_OPTIONS =
     nothread
     tss_errno 
     basecodecs 
-    c_locale 
     ;
index d25448c9c2dd4e2067d1f20d252b9063cb117fb8..0a37f472fc599796edd515450e301fc23a593aa5 100644 (file)
@@ -14,4 +14,4 @@ if $(OS) = "MACOSX" {
 PDCLIB_OPTIONS =
     pthreads
     basecodecs
-    c_locale ;
+    ;
index 15834e1959116fc4e1dfd3eaf2b2fc6665cb8df5..b5fc3b031aac3ac5898d244370176371fbc4f59b 100644 (file)
@@ -26,7 +26,6 @@ if $(PDCLIB_TOOLCHAIN) = "gcc" {
 PDCLIB_OPTIONS = 
     tss_errno 
     basecodecs 
-    c_locale 
     ;
 
 CRT0 = [ FDirName platform win32 crt0$(SUFOBJ) ] ;