postgresql/src
Tom Lane 724119a979 Modify int8 to not depend on sscanf(), and fix configure's test
for int8 support.  configure now checks only snprintf() for int8 support,
not sprintf and sscanf as it used to.  The reason for doing this is that
if we are supplying our own snprintf code (which does handle long long int),
we now only need working long long support in the compiler not in the
platform's C library.  I have verified that int8 now passes regression test
on HPUX 9, and I think it should work on SunOS 4.1.* and other older
platforms if gcc is used.
1999-02-03 00:18:53 +00:00
..
backend Modify int8 to not depend on sscanf(), and fix configure's test 1999-02-03 00:18:53 +00:00
bin Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include SET_ARGS cleanup 1999-02-02 23:53:26 +00:00
interfaces Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
lextest Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
makefiles Add missing Windows files. 1999-01-18 12:43:55 +00:00
man Make GEQO use dependent on table and index count. 1999-02-02 20:30:18 +00:00
pl Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
template Add missing Windows files. 1999-01-18 12:43:55 +00:00
test Add missing mb files. 1999-02-02 19:04:43 +00:00
tools Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
tutorial OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
utils Add missing Windows files. 1999-01-18 12:43:55 +00:00
win32 Win32 new files. 1999-01-17 06:27:05 +00:00
DEVELOPERS Move FAQ_DEV to docs directory, where it belongs. 1998-05-22 04:20:53 +00:00
GNUmakefile.in The TCL/TK configuration cleanup patches I submitted have the following 1998-10-18 04:16:08 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
Makefile.shlib Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
config.guess My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure Modify int8 to not depend on sscanf(), and fix configure's test 1999-02-03 00:18:53 +00:00
configure.in Modify int8 to not depend on sscanf(), and fix configure's test 1999-02-03 00:18:53 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00
win32.mak Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00