Home
last modified time | relevance | path

Searched refs:cvs (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/gettext/gettext-tools/examples/hello-c++-kde/admin/
DMakefile.common9 cvs dist cvs-clean configure.in configure.files subdirs package-messages package-merge:
12 admindir=.; until test -f $$admindir/admin/cvs.sh; do \
17 if test -f $$admindir/cvs.sh; then :; else \
25 $(SHELL) $$admindir/cvs.sh package-merge ;\
26 else MAKE=$(MAKE) $(SHELL) $$admindir/cvs.sh $@ ;\
34 .PHONY: cvs dist cvs-clean package-merge package-messages
Dcvs.sh85 cvs() function
130 $MAKE -f $makefile_wo cvs-local top_srcdir=. || exit 1
166 $MAKE -f $makefile_wo cvs-local top_srcdir=.
181 $MAKE -f $makefile_wo cvs-dist-local top_srcdir=.
373 perl $admindir/cvs-clean.pl
490 cvs | dist | subdir_dist | configure_in | configure_files | subdirs | \
/third_party/gettext/gettext-tools/misc/
Dconvert-archive.in69 && case "$1" in dir | cvs | git ) true;; *) false;; esac \
70 && case "$2" in dir | cvs | git ) true;; *) false;; esac; }; then
107 cvs)
157 cvs -d "$CVSROOT" init || func_fatal_error "cvs init failed"
185 cvs -d "$CVSROOT" checkout -r"$tag" archive > /dev/null 2> cvs.err \
186 || { cat cvs.err 1>&2; exit 1; }
187 cat cvs.err | grep -v '^cvs checkout: Updating'
263 cvs)
298 cvs -d "$CVSROOT" init || func_fatal_error "cvs init failed"
306 cvs -d "$CVSROOT" import -m "Import $version" archive release "$cvsver" > /dev/null
[all …]
DMakefile.am37 archive.cvs.tar.gz \
48 ARCHIVE_cvs = archive.cvs.tar.gz
100 archive.cvs.tar.gz: $(srcdir)/archive.dir.tar
101 ./convert-archive dir cvs '$(srcdir)'/archive.dir.tar $@
Dautopoint.in505 cvs)
552 (cvs -v) >/dev/null 2>/dev/null || func_fatal_error "cvs program not found"
597 cvs -d "$CVSROOT" init
602 …(cvs -d "$CVSROOT" checkout -r"$cvsver" archive > /dev/null) 2>&1 | grep -v '^cvs checkout: Updati…
/third_party/gettext/gettext-tools/examples/hello-c++-kde/
Dautogen.sh11 if test -f $d/share/apps/kdelibs/admin/cvs.sh; then
23 sed -e 's/automake\*1.6/automake\*1.[678] | automake\*1.[678]/' < admin/cvs.sh > admin/cvs.sh.new
24 mv admin/cvs.sh.new admin/cvs.sh
39 sh admin/cvs.sh cvs
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_gridinfo.hpp113 std::vector<flp_t> cvs; // conversion matrix member
121 cvs.swap(r.cvs); in swap()
203 ct.cvs.resize(a_size); in pj_gridinfo_load_ctable()
206 is.read(reinterpret_cast<char*>(&ct.cvs[0]), ch_size); in pj_gridinfo_load_ctable()
210 ct.cvs.clear(); in pj_gridinfo_load_ctable()
234 ct.cvs.resize(a_size); in pj_gridinfo_load_ctable2()
237 is.read(reinterpret_cast<char*>(&ct.cvs[0]), ch_size); in pj_gridinfo_load_ctable2()
242 ct.cvs.clear(); in pj_gridinfo_load_ctable2()
248 swap_words(reinterpret_cast<char*>(&ct.cvs[0]), 4, (int)a_size * 2); in pj_gridinfo_load_ctable2()
276 gi.ct.cvs.resize(gi.ct.lim.lam * gi.ct.lim.phi); in pj_gridinfo_load_ntv1()
[all …]
Dpj_apply_gridshift.hpp103 pj_ctable::flp_t const& f00 = ct.cvs[index++]; in nad_intr()
104 pj_ctable::flp_t const& f10 = ct.cvs[index]; in nad_intr()
106 pj_ctable::flp_t const& f11 = ct.cvs[index--]; in nad_intr()
107 pj_ctable::flp_t const& f01 = ct.cvs[index]; in nad_intr()
310 if (gi.ct.cvs.empty()) in load_grid()
365 if (! gip->ct.cvs.empty() || load_grid(stream_policy, *gip)) in pj_apply_gridshift_3()
433 else if (! gip->ct.cvs.empty()) in pj_apply_gridshift_3()
467 if (gip != NULL && gip->ct.cvs.empty()) in pj_apply_gridshift_3()
/third_party/gettext/gettext-tools/
Dconfigure.ac377 AC_ARG_WITH([cvs], optwith
378 [ --with-cvs use cvs to compress the infrastructure archive
390 # The CVS format is deprecated, because "cvs init" does not work in all
392 # (see <https://lists.gnu.org/archive/html/bug-cvs/2010-05/msg00003.html>)
393 # and we are not allowed to distribute the cvs infrastructure files ourselves
394 # (see <https://lists.gnu.org/archive/html/bug-cvs/2010-06/msg00011.html>).
401 # 2621440 archive.cvs.tar
407 # 457190 archive.cvs.tar.gz
408 # 335808 archive.cvs.tar.bz2
410 # 299124 archive.cvs.tar.xz
[all …]
/third_party/python/Lib/idlelib/
DChangeLog118 * keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge
126 * idle.py: py-cvs-2001_07_13 (Rev 1.4) merge
135 * extend.txt: py-cvs-2001_07_13 (Rev 1.4) merge
142 * StackViewer.py: py-cvs-2001_07_13 (Rev 1.16) merge
149 * PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge
168 * PyParse.py: py-cvs-2001_07_13 (Rel 1.9) merge
180 * IdleConf.py: py-cvs-2001_07_13 (Rel 1.7) merge
189 * FileList.py: py-cvs-2000_07_13 (Rev 1.9) merge
202 * EditorWindow.py: py-cvs-2000_07_13 (Rev 1.38) merge "Remove
212 existing 1.1.3 vendor branch named py-cvs-vendor-branch. Release
[all …]
/third_party/python/Modules/_ctypes/darwin/
DREADME82 You can always get the latest version from opendarwin cvs:
84 cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/cvs/od login
85 cvs -z3 -d :pserver:anonymous@anoncvs.opendarwin.org:/cvs/od \
/third_party/ltp/testcases/open_posix_testsuite/
DNEWS19 …of bugs in 1.4.0 version. This release has been tested on glibc-2004-04-29 cvs pull (NPTL enabled)…
25 ….17 patch on IA64 platform]. The results can be found here: test results - cvs 3-04-04, Kernel 2.6…
28 …esults page, but until then, the results can be found here: test results - cvs 2-20-04, Kernel 2.6…
/third_party/gettext/
DDEPENDENCIES79 or --with-cvs.
132 Needed by the 'autopoint' program, if configured with --with-cvs.
134 https://www.nongnu.org/cvs/
136 https://ftp.gnu.org/non-gnu/cvs/
DPACKAGING141 $prefix/share/gettext/archive.cvs.tar.* (only installed if --with-cvs specified)
/third_party/boost/tools/build/test/startup/no-bootstrap1/subdir/
Dreadme.txt5 This file is only here so cvs update -P will create the directory.
/third_party/boost/tools/build/test/startup/bootstrap-implicit/
Dreadme.txt5 This file is only here so that cvs update -P won't fail to create a directory
/third_party/icu/icu4c/source/samples/
Dreadme.txt59 by using for example, "cvs co icuapps" instead of "cvs co icu",
/third_party/skia/third_party/externals/icu/source/samples/
Dreadme.txt59 by using for example, "cvs co icuapps" instead of "cvs co icu",
/third_party/flutter/skia/third_party/externals/icu/source/samples/
Dreadme.txt59 by using for example, "cvs co icuapps" instead of "cvs co icu",
/third_party/boost/libs/regex/
Dreadme.txt18 snapshots from the boost cvs repository at
/third_party/boost/tools/build/src/tools/
Dquickbook-config.jam13 for local R in snapshot cvs 1.33.0
/third_party/libuv/docs/src/guide/
Dabout.rst13 <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which
/third_party/openSLES/
DREADME.md16 https://cvs.khronos.org/svn/repos/registry/trunk/public/sles/ .
/third_party/curl/
DGIT-INFO42 install them, you can rename the source file src/tool_hugehelp.c.cvs to
/third_party/curl/src/
DMakefile.m32424 @$(call COPY, $@.cvs, $@)

1234