summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/yacc.y
Commit message (Collapse)AuthorAgeFilesLines
* Declarations cleanup; make sure externs are in a common header.markm2002-04-281-8/+25
| | | | Fix declarations, casts and return values.
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Initialize fp in main()peter2001-08-131-1/+2
|
* There is a problem in that one cannot use ctype.h at the same time as partsobrien2000-02-081-56/+57
| | | | | | | | | | | | | | of the C++ stdlib. Our ctype.h uses symbols of the form _<X> to denote the various character classes. Our ctype.h also extends the usual ctype.h offering by adding the "_T" (special) class. Problem is parts of the STL also use the symbol "_T" as its parameterized type. These two uses are incompatible. Thus change the form of the symbols used in ctype to something that fixes the current problem and is less likely to cause conflicts in the future. Requested by: Tomoaki NISHIYAMA <tomoaki@biol.s.u-tokyo.ac.jp> Ok'ed by: JKH
* Fixed printf format errors.bde1998-08-021-10/+12
|
* Add #include <string.h> to get prototypes.jb1998-02-201-0/+1
|
* Fix bugs in runes data handlingache1997-01-071-2/+2
| | | | | Should go into 2.2 Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* u_long -> unsigned long so that we don't depend on namespace pollutionbde1994-09-051-13/+15
| | | | in <stdio.h>.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+821
OpenPOWER on IntegriCloud