summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* comment out new log events that are only marginally helpfulPeter Jones2005-03-073-3/+15
* suppress lvm warning messages about open file descriptorsPeter Jones2005-03-071-1/+4
* Updated Finnish translation.lanurmi2005-03-071-16/+11
* 2005-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-072-1/+6
* 2005-03-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-073-3/+10
* update by amanpreetalam@yahoo.comaalam2005-03-071-96/+47
* Bump version, add changelogPeter Jones2005-03-071-1/+6
* * autopart.py: fix growable size log to show IDs instead of python'sPeter Jones2005-03-075-58/+77
* *** empty log message ***stobby2005-03-061-128/+60
* Update Czech translationmitr2005-03-051-22/+9
* Updated translationandrmart2005-03-041-16/+12
* Fix __str__ parameter names so we don't traceback while debugging.Peter Jones2005-03-041-3/+3
* Updatekmaraas2005-03-041-40/+9
* translation finished in anacondahisaito2005-03-041-19/+15
* updatemorais2005-03-041-20/+8
* ankit@redhat.com * Updated Gujarati Translationankitp2005-03-041-117/+52
* Poprawione literowkiraven2005-03-031-10/+7
* refresh pot, refresh-poJeremy Katz2005-03-0364-37804/+41497
* 2005-03-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-032-1/+6
* 2005-03-03 Dwayne Bailey <dwayne@translate.org.za>dwayne2005-03-031-0/+8627
* updatedmospina2005-03-031-120/+72
* Empty upgrade blacklistBill Nottingham2005-03-022-1/+5
* added shutdown.cPeter Jones2005-03-021-1/+1
* handle chdir's result, and return 0 from main's end.Peter Jones2005-03-021-1/+2
* wrong type for retval from fgets()Peter Jones2005-03-021-1/+1
* suppress warning for CVSROOT if this is a CVS exportPeter Jones2005-03-022-1/+2
* s390 return value problem.Peter Jones2005-03-021-1/+3
* And some more silly return value fixes. It builds again...Peter Jones2005-03-022-18/+31
* Some arches go one way, some the other. Cast and be sure.Peter Jones2005-03-021-1/+1
* make the makefile figure out its own CVSROOTanaconda-10.2.0.24-1Peter Jones2005-03-021-0/+1
* Add changelog, bump versionPeter Jones2005-03-022-1/+26
* Add -D_FORTIFY_SOURCE=2 everywhere. Let's see if it actually works...Peter Jones2005-03-027-14/+23
* use socklen_t for accept's address lengthPeter Jones2005-03-021-1/+1
* XChangeProperty demands that rstring be unsigned.Peter Jones2005-03-021-1/+2
* same type changes as in the other 2 copies of this...Peter Jones2005-03-021-4/+4
* mediasum doesn't need to be unsignedPeter Jones2005-03-021-3/+3
* moduledeps.c and moduleinfo.c are copied from another dir; cvs shouldn'tPeter Jones2005-03-021-1/+2
* make font buffer unsigned here like in isys/lang.cPeter Jones2005-03-021-1/+1
* actually, use socklen_t for addrLengthPeter Jones2005-03-021-1/+1
* Catch returns from read, write, and openPeter Jones2005-03-022-16/+23
* catch return from write()Peter Jones2005-03-021-1/+1
* parsepvd() doesn't want md5sum to be unsigned any more.Peter Jones2005-03-021-1/+1
* Oops, fgets needs a char * to return intoPeter Jones2005-03-021-4/+4
* more return values gcc wants us to check.Peter Jones2005-03-021-4/+4
* All these buffers are used for ascii text; they can be "char *".Peter Jones2005-03-021-6/+6
* more return values that aren't worth testing but gcc complains about.Peter Jones2005-03-021-2/+2
* put read's return value into a variablePeter Jones2005-03-021-2/+2
* another read with ignored return. I sure wish warn_unused_result could bePeter Jones2005-03-021-1/+2
* more return value "handling"Peter Jones2005-03-021-7/+8
* Guess what? Something else doesn't check the retval from fgets()Peter Jones2005-03-021-2/+2