#include "system.h"
#include "rpmbuild.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
void | addChangelogEntry (Header h, time_t time, const char *name, const char *text) |
int | dateToTimet (const char *datestr, time_t *secs) |
Parse date string to seconds. More... | |
int | addChangelog (Header h, StringBuf sb) |
Add changelog section to header. More... | |
int | parseChangelog (Spec spec) |
Definition in file parseChangelog.c.
|
Add changelog section to header.
Definition at line 111 of file parseChangelog.c. References _, addChangelogEntry, dateToTimet, getStringBuf, SKIPNONSPACE, SKIPSPACE, and xisspace. Referenced by parseChangelog. |
|
Parse date string to seconds.
Definition at line 38 of file parseChangelog.c. References alloca, SKIPNONSPACE, and SKIPSPACE. Referenced by addChangelog. |