Changes On Branch limit-tag
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch limit-tag Excluding Merge-Ins

This is equivalent to a diff from d7f457b456 to 59da968645

2013-10-24
10:53
Don't set _USE_32BIT_TIME_T when using MSVC++ compiler: On <VS2005 this flag has no effect, and for >=VS2005 the executable links with msvcrt80.dll (or higher), so the fact that localtime64 is missing from msvcrt.dll is no issue there. check-in: 6112b31d8c user: jan.nijtmans tags: trunk
2013-10-22
08:34
Merge updates from trunk. check-in: 0943f37246 user: mistachkin tags: tkt-change-hook
2013-10-21
18:38
merge trunk check-in: 0e4dee009e user: jan.nijtmans tags: timeline_cmd_dash_n_fix
17:00
Merge from trunk. check-in: f3037e1763 user: jan tags: jan-httpsproxytunnel
08:45
Simpler: In raw mode, each entry outputs a single line, so LIMIT can do the job as well. Closed-Leaf check-in: 59da968645 user: jan.nijtmans tags: limit-tag
08:33
The same for raw mode as well. check-in: 4b9be08a4d user: jan.nijtmans tags: limit-tag
08:23
Let the "-limit" option in "fossil tag find" be handled exactly the same as in "fossil timeline". This allows output of more than 2000 lines if the "-limit" parameter requests so. check-in: 1f77efc321 user: jan.nijtmans tags: limit-tag
07:41
Fix default "fossil timeline -n" value. Merge trunk, and simplify code makeing use of the trunk improvements. Closed-Leaf check-in: 4fdffd7d3e user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2
06:29
Simplify handling of the limit in print_timeline. check-in: d7f457b456 user: mistachkin tags: trunk
05:06
Make "fossil timeline -n" more accurate in counting lines in verbose mode. Allow print_timeline() to be used without limits, assuming that the query already contains a suitable limitation. Improve documentation. check-in: 0c312bee20 user: jan.nijtmans tags: trunk

Changes to src/tag.c.