-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInterfaceComment.init
12 lines (12 loc) · 3.14 KB
/
InterfaceComment.init
1
2
3
4
5
6
7
8
9
10
11
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-11 18:23:37');
INSERT INTO `InterfaceComment` VALUES (923,'attribute','libxml2','Stewb','DEPRECATED: use xmlSAX2Attribute()','2008-04-11 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-11 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-14 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-17 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-17 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-17 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-17 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-17 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-17 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-17 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-26 05:28:47');