summaryrefslogtreecommitdiff
path: root/gnu/dist/binutils/include/ieee.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/dist/binutils/include/ieee.h')
0 files changed, 0 insertions, 0 deletions
ommit/usr.bin/make/lst.lib?id=bd681a4d7e219fab41ed857dd3101a1323a02837'>Don't use emalloc and friends directly, but call them consistentlyjoerg 2008-02-15back all changes out until I fix it properly.christos 2008-02-14- use pid_t/size_t as appropriate instead of int.christos 2008-02-05Be pedantic and use unsigned int here as uwe@ suggested.joerg 2008-02-05Merge from pkgsrc's bmake: don't use signed short for bitfields.joerg 2006-11-11Return the non-zero value that caused the Lst_ForEach[From] call todsl 2006-10-27Rename 'struct Lst' to 'struct List' and 'struct LstNode' to 'struct 'ListNode'dsl 2006-10-25Rename Lst_Append() to Lst_InsertAfter() and Lst_Insert() to Lst_InsertBefore()dsl 2006-10-25Fix previous - need to add a lstPrev()dsl 2006-10-25Replace 'a == b ? FALSE : TRUE' with 'a != b'dsl 2005-08-09Add typedefs for DuplicateProc and FreeProc from Max Okumoto.christos 2005-08-08From Max Okumoto:christos 2005-08-05More KNF cleanups from Max Okumotochristos 2005-02-16PR/29203, PR/29204: Max Okumoto: KNF changes to make [no functional changes]christos 2004-05-07Simplify build, no functional changes.ross 2004-05-06Instead of including from the wrong directory and then fixing it (-I)ross 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2003-01-28success, not sucess. Noted by mjl.wiz 2002-06-15Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.wiz 2002-02-17Prevent a premature end of the iteration if the first element in the listpk