You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libisofs/src
Vreixo Formoso aa312cf7d7 Fix bug in IsoFileSrc implementation, related to a wrogn usage of tsearch.
It happens that tsearch seems to not return a pointer to the inserted element,
but a pointer to a pointer to the inserted element (that makes sense, as we
are inserted pointers...). This bug, thus, was related to a wrong 
understanding of the tsearch API!
16 years ago
..
builder.c Implement function to recursively add a dir to an iso tree. 16 years ago
builder.h Implement function to recursively add a dir to an iso tree. 16 years ago
ecma119.h Fix bug in IsoFileSrc implementation, related to a wrogn usage of tsearch. 16 years ago
error.h Support for charset conversion from any encoding to ASCII. 16 years ago
filesrc.c Fix bug in IsoFileSrc implementation, related to a wrogn usage of tsearch. 16 years ago
filesrc.h Fix bug in IsoFileSrc implementation, related to a wrogn usage of tsearch. 16 years ago
fs_local.c Support for identification of source Streams. 16 years ago
fsource.c Support for identification of source Streams. 16 years ago
fsource.h Support for identification of source Streams. 16 years ago
image.c Implement function to recursively add a dir to an iso tree. 16 years ago
image.h Implement function to recursively add a dir to an iso tree. 16 years ago
image_writer.h Init implementation of IsoFileSrc. 16 years ago
libiso_msgs.c Add message queue facilities. Each IsoImage will have its own msg queue. 16 years ago
libiso_msgs.h Add message queue facilities. Each IsoImage will have its own msg queue. 16 years ago
libisofs.h Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree. 16 years ago
messages.c Add message queue facilities. Each IsoImage will have its own msg queue. 16 years ago
messages.h Add message queue facilities. Each IsoImage will have its own msg queue. 16 years ago
node.c Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree. 16 years ago
node.h Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree. 16 years ago
stream.c Init implementation of IsoFileSrc. 16 years ago
stream.h Support for identification of source Streams. 16 years ago
tree.c Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree. 16 years ago
util.c Add support for generating ISO identifiers from ASCII strings. 16 years ago
util.h Add support for generating ISO identifiers from ASCII strings. 16 years ago