summaryrefslogtreecommitdiffstats
path: root/UsersTable.h
Commit message (Collapse)AuthorAgeFilesLines
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Use strict function prototypesChristian Göttsche2020-09-181-1/+1
| | | | int foo(); declares a function taking any number of arguments.
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-4/+4
| | | | | | | | Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
* Axe automated header generation.Zev Weiss2020-09-031-2/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-3/+3
| | | | Sync-up missing extern declarations for many functions.
* major header cleanupHisham Muhammad2011-12-261-10/+0
|
* Use strdup explicitlyHisham Muhammad2011-12-251-1/+2
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-2/+0
| | | | | Reduces resulting code size.
* Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852Hisham Muhammad2007-08-101-2/+2
|
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-1/+1
| | | | | in the sf tracker
* Regenerated all headers.Hisham Muhammad2006-06-061-7/+3
|
* Initial import.Hisham Muhammad2006-03-041-0/+41

© 2014-2024 Faster IT GmbH | imprint | privacy policy