Searched refs:dftables (Results 1 – 18 of 18) sorted by relevance
/external/pcre/ |
D | makevp.bat | 38 bcc32 -DDFTABLES %COMPILE_DEFAULTS% -L%BORLAND%\lib dftables.c 41 :: dftables > chartables.c 42 dftables pcre_chartables.c
|
D | Makefile.am | 151 noinst_PROGRAMS += dftables program 152 dftables_SOURCES = dftables.c 154 pcre_chartables.c: dftables$(EXEEXT) 155 ./dftables$(EXEEXT) $@
|
D | Makefile.in | 56 @WITH_REBUILD_CHARTABLES_TRUE@am__append_3 = dftables 144 @WITH_REBUILD_CHARTABLES_TRUE@am__EXEEXT_1 = dftables$(EXEEXT) 149 am__dftables_SOURCES_DIST = dftables.c 151 @WITH_REBUILD_CHARTABLES_TRUE@ dftables.$(OBJEXT) 489 @WITH_REBUILD_CHARTABLES_TRUE@dftables_SOURCES = dftables.c 757 dftables$(EXEEXT): $(dftables_OBJECTS) $(dftables_DEPENDENCIES) 758 @rm -f dftables$(EXEEXT) 816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dftables.Po@am__quote@ 1554 @WITH_REBUILD_CHARTABLES_TRUE@pcre_chartables.c: dftables$(EXEEXT) 1555 @WITH_REBUILD_CHARTABLES_TRUE@ ./dftables$(EXEEXT) $@
|
D | CMakeLists.txt | 281 ADD_EXECUTABLE(dftables dftables.c) target 283 GET_TARGET_PROPERTY(DFTABLES_EXE dftables LOCATION) 287 DEPENDS dftables
|
D | README | 260 a program called dftables is compiled and run in the default C locale when 449 specify --enable-rebuild-chartables, because if you do, the dftables.c source 452 because dftables.c needs to be compiled with the local compiler, not the cross 461 move pcre_chartables.c.dist out of the way, then compile dftables.c by hand and 618 program dftables (compiled from dftables.c), which uses the ANSI C character 628 When the dftables program is run as a result of --enable-rebuild-chartables, 633 locale that is specified by the LC_xxx variables, you can run the dftables 636 ./dftables -L pcre_chartables.c.special 665 dftables.c auxiliary program for building pcre_chartables.c
|
D | pcre_chartables.c.dist | 10 called dftables (which is distributed with PCRE) can be used to build 13 example ISO-8859-1. When dftables is run, it creates these tables in the
|
D | NEWS | 192 Another important change is that the dftables auxiliary program is no longer 194 tables (assuming ASCII coding) is used. If you want to use dftables to generate 200 not to use dftables so that that there is no problem when cross-compiling.
|
D | PrepareRelease | 189 dftables.c \
|
D | NON-UNIX-USE | 73 Compile dftables.c as a stand-alone program (using -DHAVE_CONFIG_H if 78 by LC_xxx environment variables, add the -L option to the dftables
|
D | ChangeLog | 944 - Fixed dftables problem and added an option. 1836 45. Arranged for dftables to add 2313 3. Added "b" to the 2nd argument of fopen() in dftables.c, for non-Unix-like 2719 (c) Changed the dftables auxiliary program (that builds chartables.c) so 2879 <dftables.o>: use native compiler 2880 <dftables>: use native linker 2914 needed, and a string in dftables.c that was longer than standard compilers are 3316 50. Makefile wasn't handling CFLAGS properly when compiling dftables. Also, 3369 calling configure. These values are used when compiling the dftables.c program 3755 5. Renamed "deftables" as "dftables" to get it down to 8 characters, to avoid
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 4310 dftables accepts a --preprocessor option which is set in pcre.pri for MSVC platforms. 4312 * pcre/dftables: Added support for specifying the preprocessor command 4315 * pcre/pcre.pri: Pass --preprocessor='cl /e' to dftables, or more 19272 * pcre/dftables: 21885 * pcre/dftables: Remove reliance on the list form of Perl pipes. 22019 depend on a separate input source file anymore, the dftables perl 22021 variable, to ensure that qmake also generates a rule to call dftables. 22051 dftables should be rewritten as a script 22058 Rewrote the dftables utility in Perl. Attempted to switch all 22063 to invoke dftables directly. [all …]
|
D | ChangeLog-2007-10-14 | 342 * JavaScriptCore.vcproj/dftables/dftables.vcproj: 356 * pcre/dftables.pro: 1519 * Fix the Qt build, call dftables from the right directory. 1529 …Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt bu… 1531 * pcre/dftables.pro: Added. 2652 by marking dftables as a dependency of Generate Derived Sources rather than of 3521 just builds dftables. 5755 3. Added "b" to the 2nd argument of fopen() in dftables.c, for non-Unix-like 5766 * pcre/dftables.c: Item 3. 5935 …<rdar://problem/4871613> JavaScriptCore-421.31's dftables target needs to override default compile… [all …]
|
D | ChangeLog-2010-05-24 | 10535 Delete dftables-xxxxxxxx.in files automatically. 10538 * pcre/dftables: unlink unnecessary temporary file. 18766 * pcre/dftables: Add missing paranthesis for tmpdir function.
|
D | ChangeLog-2009-06-16 | 1175 * pcre/dftables: 15478 * pcre/dftables: Changed "kjs_pcre_" prefix to "jsc_pcre_". 26883 * pcre/dftables: Use imported tempfile() from File::Temp instead of
|
D | ChangeLog-2011-02-16 | 901 * pcre/dftables: Removed.
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 7915 dftables should be rewritten as a script 7922 * WebKit.vcproj/WebKit.sln: Removed reference to dftables project. 10116 Update WebKit.sln for the removal of Release dftables
|
/external/pcre/doc/ |
D | pcre.txt | 518 Instead, a program called dftables is compiled and run. This outputs 521 you are cross compiling, because dftables is run on the local host. If
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 9341 wx build fix. Don't build dftables any longer since it's now a Perl
|