59 Commits

Author SHA1 Message Date
Kris Maglione
0668c1e29e Dummy merge with head -r1418 to kill it 2007-02-03 14:36:04 -05:00
Anselm R. Garbe
4a7273b827 reorganized, still liblitz there 2006-10-12 15:11:25 +02:00
Anselm R. Garbe
af6974bdc8 changed hostname occurences 2006-10-09 09:45:24 +02:00
arg
8f4873efa5 some C sanitizing 2006-09-27 07:56:40 +02:00
Kris Maglione
b8ec059f11 Removed vectors from libcext and added emalloc, erealloc, and estrdup 2006-07-04 17:53:04 -04:00
Anselm R. Garbe
8bbeb9a970 adapted wmiirc stuff to work with current fs, however most commands don't work atm, because message_client() is missing/or not finished yet, and because message_view() is broken 2006-06-19 09:57:16 +02:00
Kris Maglione
3a5ee74f2e Improved cext_assert macro a bit 2006-06-15 19:02:30 -04:00
Anselm R. Garbe
c2475e7e28 removed estrdup 2006-06-13 09:20:41 +02:00
Kris Maglione
88d1c80edb Fixed closing first column bug; updated cext_assert to abort() rather than exit(1) 2006-06-08 07:01:33 -04:00
Anselm R. Garbe
0cac1a2ba6 same fix (thx to 20h) 2006-06-08 12:38:43 +02:00
Anselm R. Garbe
f72c098ecf merged Kris' changes 2006-06-08 10:54:19 +02:00
Anselm R. Garbe
41ae6bfe56 removed strtonum interface, using strtol+errno instead 2006-05-29 11:36:59 +02:00
Anselm R. Garbe
a9e9456f42 removed the insert_* insanity, added cext_vattachat instead 2006-05-21 18:43:41 +02:00
Anselm R. Garbe
dd782be04f tags are trimmed from " \t" now, added $MODKEY-Shift-{j,k} and $MODKEY-Button2 for swapping (mouse-based) 2006-05-04 14:34:44 +02:00
Anselm R. Garbe
4d75de4440 thanks to usa, fixed the issues mentioned in IRC 2006-04-10 10:25:44 +02:00
Anselm R. Garbe
09976386ae fixed memleak, many thanks to usa for digging into this issue!!!! 2006-04-10 08:44:18 +02:00
Anselm R. Garbe
c365eabf8e fixed wrong memmove call reported by usa 2006-04-07 20:17:11 +02:00
Anselm R. Garbe
ae2d270f22 cleaned up vector definition 2006-04-06 10:39:49 +02:00
Anselm R. Garbe
83834ba9b3 drastic reduction of ugly #define's 2006-04-06 07:55:33 +02:00
Anselm R. Garbe
5829bfa747 siplified cext_vdetach 2006-04-05 18:26:15 +02:00
Anselm R. Garbe
abf4198f68 memmove needs to be multiplicated with sizeof(void *) I suspect... 2006-04-03 17:49:45 +02:00
Anselm R. Garbe
595f0eae05 another fix 2006-04-03 17:30:24 +02:00
Anselm R. Garbe
9aa6bfde1b adding paranthesis 2006-04-03 17:28:03 +02:00
Anselm R. Garbe
d6d19c5b7b fixed memmove and config.mk (kb handling broken!) 2006-04-03 16:54:45 +02:00
Anselm R. Garbe
04323be88b removed libcext/array.c 2006-04-03 16:48:41 +02:00
Anselm R. Garbe
41f9a57ba6 prepared cext_array_* removal in libixp 2006-04-03 15:52:05 +02:00
Anselm R. Garbe
72709aff0f removed array_attach from kb.c 2006-04-03 15:25:15 +02:00
Anselm R. Garbe
ede385c313 made the style more concise, s/evector_t/Vector/g, evector.c -> vector.c, s/foo_vec_t/FooVector/g, etc 2006-04-03 13:40:34 +02:00
Anselm R. Garbe
230491250a changed evector somewhat to use memmove and stdio 2006-04-03 13:05:40 +02:00
Anselm R. Garbe
aaf9ec6250 added evector.c 2006-04-02 22:56:25 +02:00
Anselm R. Garbe
03cb248e71 applied the changes made by Icarus Sparry 2006-04-02 22:53:56 +02:00
Anthony Martin
8dc468316b cleaned up formatting in libcext, liblitz 2006-03-23 02:34:00 -08:00
Anselm R. Garbe
3eea13a29b I recently worked on allowing 'select tag(s)', but not finished yet 2006-03-13 19:49:06 +01:00
Georg Neis
95b53743de Makefiles: rename lib targets to avoid forced recreation of archives 2006-03-08 23:34:47 +01:00
Anselm R. Garbe
b809a67419 fixed array.c due to some patch proposal to deny invalid mem accesses (thx for your hints) 2006-03-03 09:26:57 +01:00
Anselm R. Garbe
e23c331ba0 replaced size_t occurences with unsigned int, fixed issue reported by bogon (welcome disappearance issue) 2006-03-01 11:55:46 +01:00
Anselm R. Garbe
39fc05f71c added attach/detach for array management, removed IXPConn->aux, instead added Mapping and pending Fcalls to IXPConn 2006-01-29 14:41:16 +02:00
Anselm R. Garbe
d9b393262e changed Copyright year notice 2006-01-20 16:20:24 +02:00
garbeam
7d76910f15 fixed several serious issues in ixp2 to work with Plan 9 9P 2006-01-04 17:23:09 +02:00
garbeam
272cba1404 indentation, changed libixp2 types 2005-12-21 17:18:11 +02:00
garbeam
8ece4071ae removing container, not finished yet, fixed a bunch of other nasty bugs reported so far 2005-12-16 03:59:27 +02:00
garbeam
f9e2188ccb fixed ugly indent stuff in libcext/strtonum.c 2005-12-15 01:55:21 +02:00
garbeam
0af8de3e85 changed column layout policy as follow, new column only possible if current column contains > 1 frame,
if last frame is detached, column gets detroyed
2005-12-13 17:10:22 +02:00
garbeam
3bbcf9f569 added also top-down and bottom-up iterators to container (for stack iteration) 2005-12-09 16:49:55 +02:00
garbeam
df708da914 removed annoying debug output from container.c 2005-12-08 18:38:01 +02:00
garbeam
3b9fb4494c changed everything to use container struct 2005-12-08 18:35:40 +02:00
garbeam
a2e48172ad made string termination Ken Thompson-compliant 2005-12-08 02:46:45 +02:00
garbeam
629b23ae5d sanitized emalloc into emallocz which let's us get rid of various init crap 2005-12-08 02:31:23 +02:00
garbeam
244f66731a fixed nasty bug 2005-12-07 19:06:20 +02:00
garbeam
8bc2c9fc0f fixed error in container.c, but still a weird bug on move 2005-12-07 18:58:04 +02:00