Fossil

Timeline
Login

Timeline

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

21 check-ins using file src/doc.c version c74aa893fc

2010-10-24
06:53
add missing; ... (check-in: e9fcc9afae user: Ratte tags: StvPrivateHook2 )
2010-10-23
17:02
add privilege check to hook execution ... (check-in: abd05f296e user: wolfgang tags: StvPrivateHook2 )
07:23
added hook info to sync/push help ... (check-in: ba5e03444b user: Ratte tags: StvPrivateHook2 )
2010-10-22
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b6e user: bcsmith tags: ui-improvements)
01:04
Add some explanatory text to the update command to make it easier for new users to learn fossil. ... (check-in: 858940c68e user: bcsmith tags: ui-improvements)
2010-10-19
14:55
adding flush to system-command, windows needs all buffers flushed before system execution ... (check-in: a64b48cb29 user: wolfgang tags: StvPrivateHook2 )
2010-10-18
19:40
some error corrections for force hook ... (check-in: a94ef5c00d user: wolfgang tags: StvPrivateHook2 )
15:46
added output redirect and client force for hook ... (check-in: ccef28b54b user: wolfgang tags: StvPrivateHook2 )
2010-10-17
16:37
merge from old hook branch ... (check-in: 9cf288de27 user: wolfgang tags: StvPrivateHook2 )
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd)
17:33
merge from trunk ... (check-in: 586b0eb144 user: wolfgang tags: wolfgangHelpCmd)
16:24
Do not attempt to parse control artifacts that do not end with a '\n' character. Ticket [be56c89def7f86bcbd] ... (check-in: 7954ccba68 user: drh tags: trunk)
12:13
Do not free memory not obtained from malloc in the "fossil diff" command. Ticket [38d7bb8cf044219c2eff8]. ... (check-in: ddb975e2be user: drh tags: trunk)
2010-10-15
22:41
On windows, use the global variable _pgmptr instead of <nowiki>argv[0]</nowiki> in order to find the name of the current executable. Ticket [c8c0b78c840e4df9] ... (check-in: 23a3adac39 user: drh tags: trunk)
17:13
Replace all malloc() calls with fossil_malloc(). The fossil_malloc() routine panics rather than return a NULL pointer. ... (check-in: 8f41b2fa75 user: drh tags: trunk)
16:11
merge from trunk ... (check-in: c127179362 user: wolfgang tags: wolfgangHelpCmd)
13:55
On commit, check the repository for changes before starting the write transaction, so that a diff can be run during the check-in comment editing. Ticket [014ac374123d9a6ab6894]. ... (check-in: 59f685856b user: drh tags: trunk)
2010-10-14
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] ... (check-in: 703653489e user: drh tags: trunk)
19:48
Reverse the direction of conflict markers. Ticket [e3a1beef67c97eb2e4d5a] ... (check-in: 93984e2d86 user: drh tags: trunk)
19:23
Additional compiler warning fixes. ... (check-in: c345445cad user: drh tags: trunk)
19:14
Remove all use of ctypes.h in order to avoid compiler warnings and other problems associated with changing locales. ... (check-in: 2fac809165 user: drh tags: trunk)