postgresql/src/port
Bruce Momjian 261114a23f I have added these macros to c.h:
#define HIGHBIT                 (0x80)
        #define IS_HIGHBIT_SET(ch)      ((unsigned char)(ch) & HIGHBIT)

and removed CSIGNBIT and mapped it uses to HIGHBIT.  I have also added
uses for IS_HIGHBIT_SET where appropriate.  This change is
purely for code clarity.
2005-12-25 02:14:19 +00:00
..
Makefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
copydir.c Message corrections 2005-10-29 00:31:52 +00:00
crypt.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
dirmod.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
exec.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
fseeko.c Fix BSD fseeko to seek from the end of the file. 2005-08-11 23:05:14 +00:00
getaddrinfo.c Disble some Win32-specific code in win32-client-only builds: 2005-12-08 17:52:11 +00:00
gethostname.c Fix a whole bunch of #includes that were either wrong or redundant. 2005-07-28 04:03:14 +00:00
getopt.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
getopt_long.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
getrusage.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
gettimeofday.c Add a note to Win32 gettimeofday() emulation, per Qingqing Zhou. 2005-12-16 21:55:27 +00:00
inet_aton.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
isinf.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
kill.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
memcmp.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
noblock.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
open.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
path.c Fix make_relative_path() to support cases where target_path and bin_path 2005-12-23 22:34:22 +00:00
pgsleep.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pgstrcasecmp.c I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
pipe.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
qsort.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
rand.c Fix broken lrand48() implementation, per Merlin Moncure. 2005-08-23 13:31:11 +00:00
random.c Fix a whole bunch of #includes that were either wrong or redundant. 2005-07-28 04:03:14 +00:00
rint.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
snprintf.c Document return-value conventions used by this implementation, per 2005-12-05 21:57:00 +00:00
sprompt.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
srandom.c Fix a whole bunch of #includes that were either wrong or redundant. 2005-07-28 04:03:14 +00:00
strdup.c Fix our version of strdup() to adhere to the standard semantics for 2005-09-27 04:53:23 +00:00
strerror.c Fix a whole bunch of #includes that were either wrong or redundant. 2005-07-28 04:03:14 +00:00
strtol.c Remove comment on errno=0 lines, but add mention to port/strtol.c function. 2005-12-02 02:49:11 +00:00
strtoul.c Fix a whole bunch of #includes that were either wrong or redundant. 2005-07-28 04:03:14 +00:00
thread.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
unsetenv.c Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +00:00
win32.ico Add as binary mode 2004-10-07 13:59:45 +00:00
win32ver.rc Stamp libraries for 8.2 by updating minor library version numbers and 2005-12-09 02:49:09 +00:00