[Lsb-messages] /var/www/bzr/lsb/devel/specdb r1135: clean up verr*/vwarn* interface story (bug 3403)

Mats Wichmann mats at linuxfoundation.org
Wed Feb 22 14:53:32 UTC 2012


------------------------------------------------------------
revno: 1135
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: specdb
timestamp: Wed 2012-02-22 07:53:32 -0700
message:
  clean up verr*/vwarn* interface story (bug 3403)
modified:
  Interface.init
  Interface.sql
  InterfaceComment.init
  Parameter.init
-------------- next part --------------
=== modified file 'Interface.init'
--- a/Interface.init	2012-02-22 13:55:22 +0000
+++ b/Interface.init	2012-02-22 14:53:32 +0000
@@ -83,7 +83,7 @@
 INSERT INTO `Interface` VALUES (985,'timegm','Function',0,9191,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1003,'updwtmpx','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1009,'utmpxname','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
-INSERT INTO `Interface` VALUES (1010,'verr','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
+INSERT INTO `Interface` VALUES (1010,'verr','Function',0,1,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1012,'versionsort','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1013,'versionsort64','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (1019,'vtimes','Function',0,0,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
@@ -49739,3 +49739,5 @@
 INSERT INTO `Interface` VALUES (100000,'pthread_mutex_consistent_np','Function',33,6,'Yes',NULL,NULL,NULL,'Both','libpthread',NULL,NULL,NULL,NULL,NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (100001,'fstatat','Function',52,6,'Yes','will be changed to __fxstatat by linking with libc_nonshared.a',NULL,NULL,'SrcOnly','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
 INSERT INTO `Interface` VALUES (100002,'fstatat64','Function',52,6,'Yes','will be changed to __fxstatat64 by linking with libc_nonshared.a',NULL,NULL,'SrcOnly','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
+INSERT INTO `Interface` VALUES (100003,'vwarn','Function',162,1,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');
+INSERT INTO `Interface` VALUES (100004,'vwarnx','Function',162,1,'No',NULL,'Unknown',NULL,'Both','libc',NULL,NULL,'public','Normal',NULL,0,NULL,'Yes','No');

=== modified file 'Interface.sql'
--- a/Interface.sql	2012-01-28 18:55:01 +0000
+++ b/Interface.sql	2012-02-22 14:53:32 +0000
@@ -40,7 +40,7 @@
   KEY `k_Itestable` (`Itestable`),
   KEY `k_Iunmangled` (`Iunmangled`(1000)),
   KEY `k_Ireturn` (`Ireturn`)
-) ENGINE=MyISAM AUTO_INCREMENT=100003 DEFAULT CHARSET=latin1;
+) ENGINE=MyISAM AUTO_INCREMENT=100005 DEFAULT CHARSET=latin1;
 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
 
 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;

=== modified file 'InterfaceComment.init'
--- a/InterfaceComment.init	2012-02-22 13:55:22 +0000
+++ b/InterfaceComment.init	2012-02-22 14:53:32 +0000
@@ -1,12 +1,12 @@
-INSERT INTO `InterfaceComment` VALUES (921,'backtrace','libc','Gk4','Reference material.\nhttp://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/backtrace.3.html\nhttp://www.ibm.com/developerworks/linux/library/l-cppexcep.html','2008-04-08 12:23:37');
-INSERT INTO `InterfaceComment` VALUES (923,'attribute','libxml2','Stewb','DEPRECATED: use xmlSAX2Attribute()','2008-04-08 12:23:29');
-INSERT INTO `InterfaceComment` VALUES (924,'attribute','libxml2','Stewb ','Comment 1 was copied/pasted from upstream docs, but xmlSAX2Attribute() does not seem to exist. It may be a typo, really meaning xmlSAX2AttributeDecl() (attribute is from the deprecated SAX module).\n\nScribus 1.3.3.10 specifically checks for this interface during \"configure\".','2008-04-08 12:23:29');
-INSERT INTO `InterfaceComment` VALUES (925,'getpt','','Mats','suggest adding an explicit comment to use posix_openpt, which is in LSB','2008-06-10 19:34:34');
-INSERT INTO `InterfaceComment` VALUES (926,'vwprintw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_printw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 10:11:02');
-INSERT INTO `InterfaceComment` VALUES (927,'vwscanw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_scanw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 09:55:46');
-INSERT INTO `InterfaceComment` VALUES (928,'tgetent','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:24');
-INSERT INTO `InterfaceComment` VALUES (929,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:30');
-INSERT INTO `InterfaceComment` VALUES (930,'tgetnum','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:36');
-INSERT INTO `InterfaceComment` VALUES (931,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:44');
-INSERT INTO `InterfaceComment` VALUES (932,'tgoto','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 10:03:54');
-INSERT INTO `InterfaceComment` VALUES (933,'___tls_get_addr','','Andim','Got this ld-linux.so.2 symbol dependency in my huge home-grown ported application (possibly due to having to use the \"__thread\" TLS variable keyword).\r\n\r\nIt seems according to http://www.linuxjournal.com/article/7067\r\none is supposed to override to ld-lsb.so.1 via -Wl,--dynamic-linker=...\r\n\r\nThat should work hopefully and allow me to get rid of one of the more severe dependency headaches.','2008-08-22 23:28:47');
+INSERT INTO `InterfaceComment` VALUES (921,'backtrace','libc','Gk4','Reference material.\nhttp://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/backtrace.3.html\nhttp://www.ibm.com/developerworks/linux/library/l-cppexcep.html','2008-04-08 18:23:37');
+INSERT INTO `InterfaceComment` VALUES (923,'attribute','libxml2','Stewb','DEPRECATED: use xmlSAX2Attribute()','2008-04-08 18:23:29');
+INSERT INTO `InterfaceComment` VALUES (924,'attribute','libxml2','Stewb ','Comment 1 was copied/pasted from upstream docs, but xmlSAX2Attribute() does not seem to exist. It may be a typo, really meaning xmlSAX2AttributeDecl() (attribute is from the deprecated SAX module).\n\nScribus 1.3.3.10 specifically checks for this interface during \"configure\".','2008-04-08 18:23:29');
+INSERT INTO `InterfaceComment` VALUES (925,'getpt','','Mats','suggest adding an explicit comment to use posix_openpt, which is in LSB','2008-06-11 01:34:34');
+INSERT INTO `InterfaceComment` VALUES (926,'vwprintw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_printw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 16:11:02');
+INSERT INTO `InterfaceComment` VALUES (927,'vwscanw','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2, in favor of vw_scanw (which is also in LSB).  It remains supported in ncurses, where it\'s identical. Should we deprecate?','2008-07-14 15:55:46');
+INSERT INTO `InterfaceComment` VALUES (928,'tgetent','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 16:03:24');
+INSERT INTO `InterfaceComment` VALUES (929,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 16:03:30');
+INSERT INTO `InterfaceComment` VALUES (930,'tgetnum','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 16:03:36');
+INSERT INTO `InterfaceComment` VALUES (931,'tgetflag','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 16:03:44');
+INSERT INTO `InterfaceComment` VALUES (932,'tgoto','libncurses','Mats','This interface has been withdrawn from XCURSES Issue 5 Draft 2.  It would normally appear in libtermcap, not libncurses where LSB places it.','2008-07-14 16:03:54');
+INSERT INTO `InterfaceComment` VALUES (933,'___tls_get_addr','','Andim','Got this ld-linux.so.2 symbol dependency in my huge home-grown ported application (possibly due to having to use the \"__thread\" TLS variable keyword).\r\n\r\nIt seems according to http://www.linuxjournal.com/article/7067\r\none is supposed to override to ld-lsb.so.1 via -Wl,--dynamic-linker=...\r\n\r\nThat should work hopefully and allow me to get rid of one of the more severe dependency headaches.','2008-08-23 05:28:47');

=== modified file 'Parameter.init'
--- a/Parameter.init	2012-02-22 13:55:22 +0000
+++ b/Parameter.init	2012-02-22 14:53:32 +0000
@@ -57687,3 +57687,13 @@
 INSERT INTO `Parameter` VALUES (958,0,6,NULL,NULL,0,'Unknown',NULL);
 INSERT INTO `Parameter` VALUES (958,1,7,NULL,NULL,0,'Unknown',NULL);
 INSERT INTO `Parameter` VALUES (958,2,7,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1010,0,6,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1010,1,10295,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1010,2,8983,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1011,0,6,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1011,1,10295,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (1011,2,8983,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (100003,0,10295,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (100003,1,8983,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (100004,0,10295,NULL,NULL,0,'Unknown',NULL);
+INSERT INTO `Parameter` VALUES (100004,1,8983,NULL,NULL,0,'Unknown',NULL);



More information about the lsb-messages mailing list