Paul Beckingham
19f57ffead
TW-1736: Error on detection of BOM in files.
2016-01-11 21:54:57 -05:00
Paul Beckingham
92f22149c0
TW-1735: context with no subcommand should do something
...
- Thanks to Simon Michael.
2016-01-11 21:05:33 -05:00
Paul Beckingham
3ed7fe265e
TW-1752: cleanup of diag output
...
- Thanks to David Patrick.
2016-01-11 16:27:15 -05:00
Paul Beckingham
df45c84266
TW-1741: Warning "ignoring return value of ‘int ftruncate" while doing make on xubuntu15.10
...
- Thanks to Sunil Joshi.
2016-01-11 15:26:15 -05:00
Paul Beckingham
3a3cfef0c3
TW-1748: CMakeLists shouldn't hardcode libc++ on Darwin
...
- Thanks to Misty De Meo.
2016-01-11 14:37:55 -05:00
Paul Beckingham
08233c438a
Revert "Column: Removed obsolete method"
...
This reverts commit 07027abf99
.
2016-01-10 00:07:31 -05:00
Paul Beckingham
fb13483cec
Revert "Command: Removed obsolete method"
...
This reverts commit 796ec14c31
.
2016-01-10 00:07:07 -05:00
Paul Beckingham
f6ecc08b51
CmdCount: Removed obsolete method
2016-01-09 23:47:05 -05:00
Paul Beckingham
796ec14c31
Command: Removed obsolete method
2016-01-09 23:46:46 -05:00
Paul Beckingham
8a94602eb8
ColWait: Removed obsolete code
2016-01-09 23:26:01 -05:00
Paul Beckingham
8c74495b11
ColUrgency: Removed obsolete code
2016-01-09 23:25:40 -05:00
Paul Beckingham
51badfa4ee
ColUntil: Removed obsolete code
2016-01-09 23:21:35 -05:00
Paul Beckingham
08066b694c
ColUUID: Removed obsolete code
2016-01-09 23:21:18 -05:00
Paul Beckingham
f89c35f736
ColUDA: Removed obsolete code
2016-01-09 23:20:18 -05:00
Paul Beckingham
3380cac00e
ColTypeString: Removed obsolete code
2016-01-09 23:19:48 -05:00
Paul Beckingham
c448dc5b60
ColTypeNumeric: Removed obsolete code
2016-01-09 23:19:28 -05:00
Paul Beckingham
08bc64aeb9
ColTypeDuration: Removed obsolete code
2016-01-09 23:18:35 -05:00
Paul Beckingham
825860488e
ColTypeDate: Removed obsolete code
2016-01-09 23:18:15 -05:00
Paul Beckingham
87916eb546
ColTags: Removed obsolete code
2016-01-09 23:17:05 -05:00
Paul Beckingham
b9fe3673fb
ColString: Removed obsolete code
2016-01-09 23:16:37 -05:00
Paul Beckingham
1a7adea217
ColStatus: Removed obsolete code
2016-01-09 23:16:02 -05:00
Paul Beckingham
38b04f4632
ColStart: Removed obsolete code
2016-01-09 23:10:06 -05:00
Paul Beckingham
93e80462a1
ColScheduled: Removed obsolete code
2016-01-09 23:09:39 -05:00
Paul Beckingham
80ac338b8d
ColRecur: Removed obsolete code
2016-01-09 23:05:16 -05:00
Paul Beckingham
a41839b242
ColProject: Removed obsolete code
2016-01-09 23:04:47 -05:00
Paul Beckingham
926f85ea7c
ColParent: Removed obsolete code
2016-01-09 23:04:14 -05:00
Paul Beckingham
383d596516
ColModified: Removed obsolete code
2016-01-09 23:03:02 -05:00
Paul Beckingham
639cd27ef0
ColMask: Removed obsolete code
2016-01-09 23:02:22 -05:00
Paul Beckingham
1b368d5ff9
ColIMask: Removed obsolete code
2016-01-09 22:59:32 -05:00
Paul Beckingham
a084aac4ca
ColID: Removed obsolete code
2016-01-09 22:58:24 -05:00
Paul Beckingham
dc2f5425fa
ColEntry: Removed obsolete code
2016-01-09 22:56:01 -05:00
Paul Beckingham
bf038b37ac
ColEnd: Removed obsolete code
2016-01-09 22:55:24 -05:00
Paul Beckingham
886c030452
ColDue: Removed obsolete code
2016-01-09 22:54:45 -05:00
Paul Beckingham
f011f6e23f
ColDescription: Removed obsolete method
2016-01-09 22:53:30 -05:00
Paul Beckingham
a5c4f35e06
ColDepends: Removed obsolete method
2016-01-09 22:52:10 -05:00
Paul Beckingham
07027abf99
Column: Removed obsolete method
2016-01-09 22:41:42 -05:00
Paul Beckingham
08d5db0b49
Hooks: Removed obsolete methods
2016-01-09 22:38:18 -05:00
Paul Beckingham
54fac39f85
Eval: Removed obsolete method
2016-01-09 22:36:13 -05:00
Paul Beckingham
7c5ddee4e5
Filter: Removed obsolete method
2016-01-09 22:34:54 -05:00
Paul Beckingham
88ed4d0035
TDB2: Removed obsolete method
2016-01-09 22:33:06 -05:00
Paul Beckingham
15e96eb02f
Color: Removed obsolete methods
2016-01-09 22:29:07 -05:00
Paul Beckingham
da96962b00
Variant: Removed obsolete method
2016-01-09 22:26:58 -05:00
Paul Beckingham
83701168a4
DOM: Remove obsolete methods
2016-01-09 22:24:55 -05:00
Tomas Babej
844cda943a
man: Fix invalid context command example
2016-01-08 08:57:41 -05:00
Misty De Meo
33988c2c90
CMakeLists: don't hardcode libc++ on Darwin
...
Some Darwin users (for example, users on pre-OS X 10.7 systems) use
FSF GCC releases instead of Clang; hardcoding the -stdlib=libc++ flag
causes the build to fail for them. Instead, pass this whenever Clang
is used.
2015-12-31 17:22:05 -05:00
Paul Beckingham
f0c8c7d1b1
TW-1750: REG_ENHANCED, used in RX.cpp, isn't defined in all versions of Darwin
...
- Thanks to Misty De Meo.
2015-12-31 17:20:22 -05:00
Misty De Meo
3215e3d78e
RX: test for presence of REG_ENHANCED
...
Instead of checking for Darwin, check whether REG_ENHANCED is defined,
since that's the only difference between the two options.
This fixes compiling on older versions of OS X, where REG_ENHANCED is
not defined.
2015-12-31 17:18:08 -05:00
Paul Beckingham
ae47fb7265
TW-1749: PATH_MAX isn't defined in FS.cpp in some versions of OS X
...
- Thanks to Misty De Meo.
2015-12-31 17:10:35 -05:00
Misty De Meo
be35dde6f0
FS: include sys/syslimits.h on OS X
...
This fixes an issue where PATH_MAX isn't defined on some versions of
OS X.
2015-12-31 17:06:54 -05:00
Paul Beckingham
641d232dea
Copyright: Updated to 2016
2015-12-31 15:06:43 -05:00