annotate examples/ChangeLog @ 1532:d1185a575d2f

* src/ramfs.c : (ramfs_find) Policy to skip path separator is no longer "if '/' then skip" but "while '/' then skip" allowing multi '/' separators (i.e : /tmp////foo). (find_entry) Policy to detect end of path is no longer "if '\0' then end_of_path" but "while '/' skip it and then if '\0' then end_of_path" allowing path terminated with any number of '/' (i.e : chdir(/tmp///)).
author asl
date Tue, 09 Mar 2004 08:11:00 +0000
parents e942a29011aa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
784
e942a29011aa * Makefile: ECOS_INSTALL -> INSTALL_DIR
jld
parents: 508
diff changeset
1 2003-03-03 John Dallaway <jld@ecoscentric.com>
e942a29011aa * Makefile: ECOS_INSTALL -> INSTALL_DIR
jld
parents: 508
diff changeset
2
e942a29011aa * Makefile: ECOS_INSTALL -> INSTALL_DIR
jld
parents: 508
diff changeset
3 Makefile: Rename ECOS_INSTALL -> INSTALL_DIR to match
e942a29011aa * Makefile: ECOS_INSTALL -> INSTALL_DIR
jld
parents: 508
diff changeset
4 documentation.
e942a29011aa * Makefile: ECOS_INSTALL -> INSTALL_DIR
jld
parents: 508
diff changeset
5
508
df4428db3e29 * Makefile: Simplify by reference to ecos.mak
jld
parents:
diff changeset
6 2003-01-20 John Dallaway <jld@ecoscentric.com>
df4428db3e29 * Makefile: Simplify by reference to ecos.mak
jld
parents:
diff changeset
7
df4428db3e29 * Makefile: Simplify by reference to ecos.mak
jld
parents:
diff changeset
8 Makefile: Simplify by reference to ecos.mak