mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
Release 1.1.30.0
- 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
This commit is contained in:
parent
6878504b1e
commit
4fa387b655
2 changed files with 23 additions and 1 deletions
21
CHANGES
21
CHANGES
|
|
@ -373,3 +373,24 @@ o added YAbstractLoadableObject::subconf()
|
|||
Version 1.1.29.0
|
||||
----------------
|
||||
o added YAbstractApplication::_lockFd and _lockFilePath
|
||||
|
||||
Version 1.1.30.0
|
||||
----------------
|
||||
o merged changes from V_1_1_29_40_POST_ACCEPTANCE:
|
||||
- YAppEloop(): added YAbstractFamilyMember *parent to ctor
|
||||
- YAbstractFamilyMember: added 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:
|
||||
- added:
|
||||
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;
|
||||
- added many private methods
|
||||
|
||||
|
||||
|
|
|
|||
3
VERSION
3
VERSION
|
|
@ -1 +1,2 @@
|
|||
1.1.29-44-dev
|
||||
1.1.30-0-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue