Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r2583: mkproto.pl now treats "int main" as a special case and avoids it. | Andrew Tridgell | 1 | -0/+2 | |
(This used to be commit 01288e82bc39af66d5e47db19691c741555e999a) | |||||
2007-10-10 | r2407: extend mkproto.pl to handle smb_ucs2_t for toupper_w() | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit fe60e899d71b18ee1cd6e2e05cf1ac0fa3a043bd) | |||||
2007-10-10 | r1904: catch the common gtk function prototypes with make proto | Stefan Metzmacher | 1 | -1/+2 | |
metze (This used to be commit b3cae309ae3afddfded7ef224d2c67ebbcd90d8a) | |||||
2007-10-10 | r1123: Make all lp_ string functions return 'const char *'. | Andrew Bartlett | 1 | -1/+1 | |
Fix other 'const' warnings in the torture code. Andrew Bartlett (This used to be commit 5d39d7497f189da15d659b3f83b7314026040a15) | |||||
2007-10-10 | r20: Add the registry library. Still needs a lot of work, | Jelmer Vernooij | 1 | -1/+1 | |
see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493) | |||||
2003-12-16 | more portability fixes. We now almost compile on solaris | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit f4abd20b8437703211676fb12ea23af8f0e4642a) | |||||
2003-11-23 | by using a single proto.h we gain another factor of 4 in the speed of | Andrew Tridgell | 1 | -7/+8 | |
"make proto" (This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20) | |||||
2003-11-23 | final bit of tidyup and speedup | Andrew Tridgell | 1 | -30/+13 | |
(This used to be commit 1c980e6c4e89b24aa8fedf0b6684cd73f34b6c25) | |||||
2003-11-23 | much faster inner loop and neater code | Andrew Tridgell | 1 | -58/+54 | |
(This used to be commit 9ea02c51d449095b7f17edb3fb82d3722cdd9c20) | |||||
2003-11-23 | fixed loadparm handling properly | Andrew Tridgell | 1 | -41/+20 | |
(This used to be commit 945ada7e7ec0f4b4df559bc171b9b18d30eff834) | |||||
2003-11-23 | nicer base type handling | Andrew Tridgell | 1 | -6/+6 | |
(This used to be commit e58384eb53b654768d2eb53c222529849674753c) | |||||
2003-11-23 | reduced the number of magic types we need in mkproto.pl | Andrew Tridgell | 1 | -46/+54 | |
In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. (This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58) | |||||
2003-11-23 | changed to perl for mkproto, patch from vance | Andrew Tridgell | 1 | -0/+140 | |
(This used to be commit 9386326868f43dab95b5508ce0ca5a9c1160a2eb) |