bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS update [cvs1-11-x-branch]: /ccvs/windows-NT/


From: Conrad T. Pino
Subject: RE: CVS update [cvs1-11-x-branch]: /ccvs/windows-NT/
Date: Sun, 29 May 2005 01:19:30 -0700

Hi Derek,

> From: Derek Price
> 
> There is an xnrealloc function in lib/xmalloc.c.  Isn't that being
> compiled on Windows?

No, stable branch Windows build omits it because it doesn't exist.
My tests (see below) say "lib/xmalloc.c" is on feature branch only.

> Cheers,

Ditto,

> Derek

Conrad

H:\Conrad\Projects\cvs-1.11>cvs update
cvs update: Updating .
cvs update: Updating contrib
cvs update: Updating diff
cvs update: Updating doc
cvs update: Updating emx
cvs update: Updating lib
cvs update: Updating man
cvs update: Updating os2
cvs update: Updating src
cvs update: Updating tools
cvs update: Updating vms
cvs update: Updating windows-NT
cvs update: Updating windows-NT/SCC
cvs update: Updating www
cvs update: Updating zlib
cvs update: Updating zlib/amiga
cvs update: Updating zlib/contrib
cvs update: Updating zlib/contrib/asm386
cvs update: Updating zlib/contrib/asm586
cvs update: Updating zlib/contrib/asm686
cvs update: Updating zlib/contrib/delphi
cvs update: Updating zlib/contrib/delphi2
cvs update: Updating zlib/contrib/iostream
cvs update: Updating zlib/contrib/iostream2
cvs update: Updating zlib/contrib/minizip
cvs update: Updating zlib/contrib/untgz
cvs update: Updating zlib/msdos
cvs update: Updating zlib/nt
cvs update: Updating zlib/os2

H:\Conrad\Projects\cvs-1.11>grep -dn xnrealloc *.c

H:\Conrad\Projects\cvs-1.11>dir lib\x*.c
 Volume in drive H is CTP-RAID-001
 Volume Serial Number is 6897-6A9D

 Directory of H:\Conrad\Projects\cvs-1.11\lib

11/29/1997  14:52                1,669 xgetwd.c
               1 File(s)          1,669 bytes
               0 Dir(s)   2,332,844,032 bytes free

H:\Conrad\Projects\cvs-1.11>cd ..\cvs-1.12\lib

H:\Conrad\Projects\cvs-1.12\lib>cvs log xmalloc.c

RCS file: /cvs/ccvs/lib/xmalloc.c,v
Working file: xmalloc.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
        cvs1-12-12: 1.2
        newtags-root: 1.2
        newtags: 1.2.0.2
        cvs1-12-11: 1.2
        cvs1-12-10: 1.2
        writeproxy2: 1.1.0.4
        cvs1-12-9: 1.1
        writeproxy: 1.1.0.2
        cvs1-12-8: 1.1
        tmpstart: 1.1
        tmpend: 1.1
        cvs1-12-7: 1.1
        cvs1-12-6: 1.1
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
----------------------------
revision 1.3
date: 2005/05/23 17:44:33;  author: dprice;  state: Exp;  lines: +1 -1
* __fpending.c, alloca_.h, allocsa.c, allocsa.h, asnprintf.c,
asprintf.c, basename.c, chdir-long.c, chdir-long.h, closeout.c,
closeout.h, dirname.c, dirname.h, dup-safer.c, dup2.c, error.c,
error.h, exit.h, exitfail.c, exitfail.h, fd-safer.c, fnmatch.c,
fnmatch_.h, fnmatch_loop.c, getcwd.c, getcwd.h, getdate.c, getdate.h,
getdate.y, gethostname.c, getline.c, getline.h, getndelim2.c,
getndelim2.h, getnline.c, getnline.h, getopt.c, getopt1.c, getopt_.h,
getopt_int.h, getpagesize.h, getpass.c, getpass.h, gettext.h,
gettime.c, gettimeofday.c, lstat.c, malloc.c, md5.c, md5.h, mempcpy.c,
mempcpy.h, memrchr.c, memrchr.h, minmax.h, mkdir.c, mkstemp.c,
mktime.c, nanosleep.c, openat.c, openat.h, pagealign_alloc.c,
pagealign_alloc.h, pathmax.h, printf-args.c, printf-args.h,
printf-parse.c, printf-parse.h, quotearg.c, quotearg.h, readlink.c,
realloc.c, regex.c, regex.h, rename.c, rpmatch.c, save-cwd.c,
save-cwd.h, setenv.c, setenv.h, stat-macros.h, stat.c, stdbool_.h,
stdint_.h, strcase.h, strcasecmp.c, strdup.c, strdup.h, strerror.c,
strftime.c, strftime.h, stripslash.c, strstr.c, strstr.h, strtol.c,
strtoul.c, tempname.c, time_r.c, time_r.h, timespec.h, unistd-safer.h,
unlocked-io.h, unsetenv.c, vasnprintf.c, vasnprintf.h, vasprintf.c,
vasprintf.h, xalloc-die.c, xalloc.h, xgetcwd.c, xgetcwd.h,
xgethostname.c, xmalloc.c, xreadlink.c, xreadlink.h, xsize.h, yesno.c,
yesno.h: Update from GNULIB.
----------------------------
revision 1.2
date: 2004/10/06 00:23:22;  author: dprice;  state: Exp;  lines: +15 -41
* Makefile.am (libcvs_a_SOURCES): Add xalloc-die.c.
* xalloc-die.c: New file from GNULIB.
* xalloc.h, xmalloc.c: Update from GNULIB.
----------------------------
revision 1.1
date: 2004/02/20 21:50:12;  author: dprice;  state: Exp;
Import xalloc module from GNULIB, as well as its remaining unimported
dependency, the exitfail module.

* Makefile.am (libcvs_a_SOURCES): Add new sources.
* exitfail.c, exitfail.h, xalloc.h, xmalloc.c, xstrdup.c: New files.
* Makefile.in: Regenerated.
=============================================================================

H:\Conrad\Projects\cvs-1.12\lib>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]