Age | Commit message (Expand) | Author |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-05-27 | rcs_choosefile() no longer returns char *, it returns a file | Ray Lai |
2006-05-26 | tidy up SYNOPSIS and EXAMPLES; | Jason McIntyre |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre |
2006-05-26 | add pae | Michael Shalayeff |
2006-05-26 | let us not talk about ipsecadm and vpn anymore; ok reyk | Theo de Raadt |
2006-05-25 | - split tip.1 into tip.1 and cu.1 | Jason McIntyre |
2006-05-25 | No matter how big the buffer size is, always limit to INT_MAX for | Ray Lai |
2006-05-25 | Don't recalculate string length, just use return value from vasprintf. | Ray Lai |
2006-05-25 | Minor type correction. | Ray Lai |
2006-05-25 | Better example URL spacing. | Ray Lai |
2006-05-25 | Remove xmktemp() and uses plain old mkstemp(3), avoiding race | Ray Lai |
2006-05-23 | some clarifications for the "size" field + cleanup; | Jason McIntyre |
2006-05-23 | Fix removing of trailing space in file name completion list. | Otto Moerbeek |
2006-05-21 | Backport fix from nvi 1.81.5: do not go into loop if :set number and | Otto Moerbeek |
2006-05-19 | be more explicit about HTTPS; | Jason McIntyre |
2006-05-19 | fix printf + add missing printf when unlocking file (-u). | Xavier Santolaria |
2006-05-19 | Remove ``sanity check'' that is already done in loop. | Ray Lai |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-18 | Avoid segv when a syntax error occurs while reading from command line. | Otto Moerbeek |
2006-05-17 | yyerror() little cleanup | Xavier Santolaria |
2006-05-17 | fix printf's | Xavier Santolaria |
2006-05-17 | remove useless case that is handled by default anyway | Alexander von Gernler |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-05-17 | use lots more size_t instead of int running around | Ted Unangst |
2006-05-16 | Remove shadowing variables and properly use /* FALLTHROUGH */ | Ray Lai |
2006-05-16 | https URL support; rototilled by a few people including me; originally | Theo de Raadt |
2006-05-16 | missing free; from Kylene Hall | Markus Friedl |
2006-05-15 | fix Mother's/Father's day and another entry. | Alexandre Anriot |
2006-05-15 | .Xr merge(1) | Xavier Santolaria |
2006-05-15 | oopps, missing \ at EOL. | Xavier Santolaria |
2006-05-15 | missing bits for a working merge(1). Built and enabled. | Xavier Santolaria |
2006-05-14 | warnx(); return(); --> errx(); | Xavier Santolaria |
2006-05-11 | - add -X and -x to SYNOPSIS | Jason McIntyre |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-11 | Use fstat instead of stat, simplifie switch statement into if | Ray Lai |
2006-05-11 | fix informative msg's wrt to -q and stderr. now matches gnu/usr.bin/rcs. | Xavier Santolaria |
2006-05-11 | first round of rcs_write() cleanup; prodded by joris@; input/OK ray@. | Xavier Santolaria |
2006-05-11 | cedric points out 0xff mask isn't needed with unsigned chars | Ted Unangst |
2006-05-11 | oops, missed a %ld should be %lu | Ted Unangst |
2006-05-11 | need ctype.h for isprint. | Ted Unangst |
2006-05-11 | C spells 'byte' as 'unsigned char'. signed chars are not healthy for isprint | Ted Unangst |
2006-05-11 | -x and -X options to print io output in hex. from cedric berger | Ted Unangst |
2006-05-10 | Now that lint is smarter, remove /* NOTREACHED */ comments. | Ray Lai |
2006-05-10 | starting bits for merge(1) replacement. Not built/linked yet. | Xavier Santolaria |
2006-05-10 | treat first file passed as argument only; issue a warning for others. | Xavier Santolaria |
2006-05-10 | Remove (size_t) casts on integer constants. | Ray Lai |
2006-05-09 | Administrative changes for aviion, ok deraadt@ | Miod Vallat |
2006-05-09 | back out change that busted how the tree builds | Theo de Raadt |
2006-05-09 | delay time of 0 should be invalid; evol@online.ptt.ru | Theo de Raadt |