TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME

TW-1845: Cygwin build fails, missing get_current_dir_name

- Thanks to Jörg Krause, Ben Boeckel, hosaka.
This commit is contained in:
Paul Beckingham 2016-08-24 18:23:42 -04:00
parent 726a1630bf
commit 7d78b9440b
3 changed files with 28 additions and 7 deletions

View file

@ -6,7 +6,8 @@ the following people:
The following submitted code, packages or analysis, and deserve special thanks:
None - it's too new
Jörg Krause
Ben Boeckel
Thanks to the following, who submitted detailed bug reports and excellent
suggestions:
@ -16,3 +17,4 @@ suggestions:
David Stahl
David Patrick
jonbobbly
hosaka

View file

@ -1,6 +1,11 @@
1.1.0 () -
- TS-24 add review option (m)odify (thanks to David Patrick).
- TD-120 Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
(Thanks to Jörg Krause, Ben Boeckel).
- TW-1845 Cygwin build fails, missing get_current_dir_name
(thanks to hosaka).
- TS-24 add review option (m)odify
(thanks to David Patrick).
- Implemented 'review' command.
- Implemented 'diag' command.
- Added 'review N' option, to specify the number of tasks you would like to
@ -10,11 +15,14 @@
1.0.0 (2014-12-21) 5934dfcefac6d037a359bc733a8382e42e32552e
- TS-1 Apostrophe inside tasksh 'log' causes segmentation fault (thanks to
David Stahl).
- TS-2 tasksh segfaults if quotes not closed (thanks to Fidel Mato).
- TS-5 tasksh segfaults (thanks to David Patrick).
- TS-13 Quotes included when using task shell (thanks to Kevin Gunn).
- TS-1 Apostrophe inside tasksh 'log' causes segmentation fault
(thanks to David Stahl).
- TS-2 tasksh segfaults if quotes not closed
(thanks to Fidel Mato).
- TS-5 tasksh segfaults
(thanks to David Patrick).
- TS-13 Quotes included when using task shell
(thanks to Kevin Gunn).
- libreadline support added for line editing and command history.
------ start -----------------------------------

View file

@ -47,3 +47,14 @@
/* Found wordexp.h */
#cmakedefine HAVE_WORDEXP
/* Found tm.tm_gmtoff struct member */
#cmakedefine HAVE_TM_GMTOFF
/* Found st.st_birthtime struct member */
#cmakedefine HAVE_ST_BIRTHTIME
/* Functions */
#cmakedefine HAVE_GET_CURRENT_DIR_NAME
#cmakedefine HAVE_TIMEGM
#cmakedefine HAVE_UUID_UNPARSE_LOWER