Commit Graph

15090 Commits

Author SHA1 Message Date
wiz
50fca4b971 Fix typo in function name. 2011-08-02 10:08:24 +00:00
matt
0ac54b7e3b Don't include <machine/asm.h> 2011-07-30 15:28:58 +00:00
tron
67fb973487 Don't use "-Wconversion" with GCC 4.5 which will complain about all the
expressions where signed variables are converted to unsigned in an
expression e.g. "size_t foo = sizeof(something) * int_var;".
2011-07-30 10:07:27 +00:00
christos
c11bd863f5 pass -Wconversion 2011-07-29 23:44:44 +00:00
christos
1237974a30 - fix unused params
- unconditionalize vis.h
2011-07-29 20:58:07 +00:00
christos
f46176b9a9 better autoconf results 2011-07-29 20:57:34 +00:00
christos
f4bf097e85 add -Wunused-parameter
Is that the right way? Perhaps WARNS=5?
2011-07-29 20:56:58 +00:00
christos
7ecb1ef25e kill ifdef notdef 2011-07-29 15:20:39 +00:00
christos
b71bed95b3 KNF return (\1); -> return \1; 2011-07-29 15:16:33 +00:00
joerg
5ccaf4b804 Add ilogbl(3). 2011-07-28 22:32:28 +00:00
joerg
bff4ba20de Add scalbnl(3) mlinks. 2011-07-28 21:10:25 +00:00
matt
ad1826f0ba Add scalbn{,f,l} for VAX. 2011-07-28 20:53:20 +00:00
christos
a13cd75612 kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations. 2011-07-28 20:50:55 +00:00
dyoung
ee39c02546 Put libalpha back. 2011-07-28 20:30:06 +00:00
christos
56eac9ea53 fix unused variable warnings on systems without _r functions 2011-07-28 17:33:55 +00:00
christos
df86a66a1c handle systems without getpwent_r 2011-07-28 17:33:39 +00:00
joerg
4104b0e782 Sync compat defines to unbreak build.
XXX Do a proper config.h update from configure
2011-07-28 05:18:43 +00:00
christos
7da8639ecc whitespace 2011-07-28 03:52:19 +00:00
christos
02479cacb5 whitespace 2011-07-28 03:48:46 +00:00
christos
47b4c27f8c whitespace and comments 2011-07-28 03:44:36 +00:00
christos
d47f958456 Rename key to keymacro to avoid conflicts with term.h. The renaming of term
to terminal was again to avoid conflicts with term.h. term.h is a moving
namespace violation.
2011-07-28 01:56:26 +00:00
christos
8cf227343c - check and don't cast malloc return
- more wide function use
2011-07-28 01:08:58 +00:00
christos
98c7cbebbc term -> terminal
XXX: need to rename key_ too.
2011-07-28 01:05:20 +00:00
christos
78cb86e064 regen 2011-07-28 01:05:00 +00:00
christos
fd46b57ee4 avoid shadowed variable 2011-07-28 01:04:41 +00:00
christos
5fc21e9736 use vis.h from . 2011-07-28 00:54:26 +00:00
christos
b210596944 eliminate alloca for portability
portable getpw{nam,uid}
2011-07-28 00:50:23 +00:00
christos
82edb784c6 term -> terminal
eliminate MAXPATHLEN
2011-07-28 00:49:18 +00:00
christos
0c0f23399c - fix memory allocation botch in wide strings
- check mbstowcs return code
2011-07-28 00:48:21 +00:00
christos
e63c844a17 term -> terminal 2011-07-28 00:45:50 +00:00
christos
885062da0b more portability defines 2011-07-28 00:45:30 +00:00
christos
c2c011fc82 term -> terminal 2011-07-28 00:45:14 +00:00
christos
adb2121e55 term -> terminal
fix wide function confusion
2011-07-28 00:44:35 +00:00
christos
f375da6e14 include config.h for all c files. 2011-07-28 00:43:53 +00:00
christos
b723d6a65c include vis.h from dot. 2011-07-28 00:43:33 +00:00
christos
df2309ca73 fix confusion with wide functions. 2011-07-28 00:43:12 +00:00
christos
5bf2e3dbda fix narrow compilation 2011-07-27 13:18:20 +00:00
christos
32d7653d74 - don't leave cursor dangling on memory failure or after clearing the list
- compute the string length to be strvis'ed after the string is encoded
2011-07-27 02:23:29 +00:00
christos
c76d71fc1a fix buffer growing code. 2011-07-27 02:18:30 +00:00
christos
0da54e076e add history testing code. 2011-07-27 02:18:00 +00:00
christos
3021376b9c don't stop reading after empty lines from: Nirbhay Choubey 2011-07-26 21:03:17 +00:00
joerg
37ef12d394 Add optimised version of scalbnl for x86. 2011-07-26 17:03:23 +00:00
joerg
afda0f82d1 Add scalbnl to libm. 2011-07-26 16:10:15 +00:00
njoly
f3d20aa109 Adjust xref varargs(3) -> stdarg(3) 2011-07-25 19:42:50 +00:00
mbalmer
8e2a0ad61a Correct typo, while here, unfold lines. 2011-07-24 07:18:17 +00:00
joerg
9c6b248add Set error indicator on invalid arguments. From Carsten Hey. 2011-07-22 23:12:30 +00:00
wiz
0101512687 Consistently mark up defined values with Dv. 2011-07-22 11:02:39 +00:00
mrg
3f11e25c49 build GMP, MPFR and MPC as private libraries just for GCC. don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc.  not convinced it is worth it.
2011-07-21 03:13:30 +00:00
njoly
bec33204fe Remove unneeded `Either' word in EFAULT error description. 2011-07-20 17:51:25 +00:00
manu
4b1fc9a3f7 Make sure libperfuse still builds on netbsd-5.1 2011-07-19 07:29:39 +00:00