Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: John Levon <movement@us...> - 2003-09-24 21:53:53
|
Update of /cvsroot/oprofile/oprofile In directory sc8-pr-cvs1:/tmp/cvs-serv6058 Modified Files: ChangeLog Log Message: remove the err_msg stuff in favour of errno-style returns Index: ChangeLog =================================================================== RCS file: /cvsroot/oprofile/oprofile/ChangeLog,v retrieving revision 1.1248 retrieving revision 1.1249 diff -u -p -d -r1.1248 -r1.1249 --- ChangeLog 24 Sep 2003 21:21:04 -0000 1.1248 +++ ChangeLog 24 Sep 2003 21:53:49 -0000 1.1249 @@ -1,5 +1,22 @@ 2003-09-24 John Levon <levon@...> + * dae/opd_proc.c: + * dae/opd_sample_files.c: + * daemon/opd_mangling.c: + * daemon/opd_sfile.c: + * libabi/abi_test.cpp: + * libabi/op_import.cpp: + * libdb/db_insert.c: + * libdb/db_manage.c: + * libdb/db_test.c: + * libdb/odb_hash.h: + * libpp/op_header.cpp: + * libpp/profile.cpp: remove samples_odb_t.err_msg + entirely - prefer UNIX-style errno returns. Modify + error messages to match + +2003-09-24 John Levon <levon@...> + * dae/opd_sample_files.c: * daemon/opd_sample_files.c: * libpp/op_header.cpp: |