Commit Graph

45 Commits

Author SHA1 Message Date
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
garbeam
4948c0db18 added some test case which offered that cext_detach_item is borken atm, fixing 2005-12-07 18:30:34 +02:00
garbeam
5fb35fde42 fixed several serious bugs, the interface makes me happy 2005-12-07 03:10:14 +02:00
garbeam
f8949ef5e8 proceeded with integration of Container struct 2005-12-07 02:37:37 +02:00
garbeam
004b0da2cc some more fixes of new interface 2005-12-06 23:14:35 +02:00
garbeam
fefbab01e2 changed various parts to use new rocking data structure 2005-12-06 19:58:52 +02:00
garbeam
1d95f1fa99 added new container data structure which is much better than those ugly arrays 2005-12-06 16:56:57 +02:00
garbeam
806a6ea150 began new container type for areas 2005-12-06 15:22:58 +02:00
garbeam
7a8fe69742 several changes, adding alloc_area 2005-12-05 00:45:59 +02:00
garbeam
caaad63c0d added initial files 2005-11-18 17:54:58 +02:00