mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
Build and packaging library
- Merged changes from V_1_1_29_40_POST_ACCEPTANCE:
- YAppEloop(): Add YAbstractFamilyMember *parent to ctor
- YAbstractFamilyMember: Add const char *logname() const
- File_io ops, added:
int (*lstat64)(void *context, const char *path, struct stat64 *buf);
int (*symlink)(void *context, const char *oldpath, const char *newpath);
int (*readlink)(void *context, const char *path, char *buf, size_t bufsize);
- YStringTree:
- Add:
int setLinkTraits(int flags);
const char *childContent(const char *item_, int idx=0) const;
YStringTree *child(const std::string &name, int flags = f_resolve_symlinks);
YStringTree *child(int index);
bool isLink() const;
const YStringTree *root() const;
- Add many private methods
|
||
|---|---|---|
| bin | ||
| make | ||
| scripts | ||
| tmpl/tex | ||
| CHANGES | ||
| Makefile | ||
| VERSION | ||