summaryrefslogtreecommitdiff
path: root/src/backend/port/inet_aton.c
Commit message (Collapse)AuthorAgeFilesLines
* Assemble portability modules into libpgport library.Peter Eisentraut2002-07-271-152/+0
| | | | Some makefile simplifications.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
| | | | tests pass.
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-241-3/+3
| | | | places that were including the wrong files.
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-7/+8
| | | | | values, whether the local char type is signed or not. This is necessary for portability. Per discussion on pghackers around 9/16/00.
* More config.h cleanups.Bruce Momjian1999-07-171-3/+3
|
* Clean up some minor compile warnings.Tom Lane1999-02-071-1/+3
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-7/+7
|
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-4/+4
|
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-5/+5
|
* Minor cleanups for i386_solaris portMarc G. Fournier1998-01-231-2/+1
|
* More cleanups...only need one rusagestub.hMarc G. Fournier1997-12-191-1/+1
|
* Remove uint32 from inet_aton file.Bruce Momjian1997-09-161-5/+1
|
* To find uint32 on AIX.Bruce Momjian1997-09-141-0/+4
|
* Dec alphaserver patch from Malcolm BeattieBruce Momjian1997-09-121-1/+1
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-081-21/+21
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-43/+53
|
* there, that's fixedMarc G. Fournier1997-03-191-0/+142
|
* Fixing a screw upMarc G. Fournier1997-03-191-142/+0
|
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-261-0/+1
|
* Fix a comment...was going to fix the <sys/types.h> problem, butMarc G. Fournier1996-11-141-9/+10
| | | | Randy is submitting a more comprehensive patch :)
* Add our own copy of inet_aton() for sparc_solaris, which doesn't have it inBryan Henderson1996-10-281-0/+140
the standard C library.