Home
last modified time | relevance | path

Searched refs:dftables (Results 1 – 18 of 18) sorted by relevance

/external/pcre/
Dmakevp.bat38 bcc32 -DDFTABLES %COMPILE_DEFAULTS% -L%BORLAND%\lib dftables.c
41 :: dftables > chartables.c
42 dftables pcre_chartables.c
DMakefile.am151 noinst_PROGRAMS += dftables program
152 dftables_SOURCES = dftables.c
154 pcre_chartables.c: dftables$(EXEEXT)
155 ./dftables$(EXEEXT) $@
DMakefile.in56 @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) $@
DCMakeLists.txt281 ADD_EXECUTABLE(dftables dftables.c) target
283 GET_TARGET_PROPERTY(DFTABLES_EXE dftables LOCATION)
287 DEPENDS dftables
DREADME260 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
Dpcre_chartables.c.dist10 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
DNEWS192 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.
DPrepareRelease189 dftables.c \
DNON-UNIX-USE73 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
DChangeLog944 - 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/
DChangeLog-2008-08-104310 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 …]
DChangeLog-2007-10-14342 * 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 …]
DChangeLog-2010-05-2410535 Delete dftables-xxxxxxxx.in files automatically.
10538 * pcre/dftables: unlink unnecessary temporary file.
18766 * pcre/dftables: Add missing paranthesis for tmpdir function.
DChangeLog-2009-06-161175 * pcre/dftables:
15478 * pcre/dftables: Changed "kjs_pcre_" prefix to "jsc_pcre_".
26883 * pcre/dftables: Use imported tempfile() from File::Temp instead of
DChangeLog-2011-02-16901 * pcre/dftables: Removed.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-167915 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/
Dpcre.txt518 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/
DChangeLog-2009-06-169341 wx build fix. Don't build dftables any longer since it's now a Perl