You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(11) |
Jun
(21) |
Jul
(14) |
Aug
(83) |
Sep
(23) |
Oct
(37) |
Nov
(52) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(28) |
Feb
(40) |
Mar
(21) |
Apr
(8) |
May
(21) |
Jun
(13) |
Jul
(9) |
Aug
(5) |
Sep
(8) |
Oct
(7) |
Nov
(2) |
Dec
|
2003 |
Jan
(2) |
Feb
(1) |
Mar
(11) |
Apr
(4) |
May
(6) |
Jun
(15) |
Jul
(4) |
Aug
(4) |
Sep
(9) |
Oct
(1) |
Nov
(1) |
Dec
(1) |
2004 |
Jan
(4) |
Feb
|
Mar
(4) |
Apr
(12) |
May
(5) |
Jun
(9) |
Jul
(47) |
Aug
(1) |
Sep
(1) |
Oct
(7) |
Nov
|
Dec
(1) |
2005 |
Jan
(4) |
Feb
(2) |
Mar
(3) |
Apr
(10) |
May
(9) |
Jun
(15) |
Jul
(3) |
Aug
(1) |
Sep
(8) |
Oct
(9) |
Nov
(10) |
Dec
(4) |
2006 |
Jan
(1) |
Feb
|
Mar
(9) |
Apr
(5) |
May
(1) |
Jun
(6) |
Jul
(2) |
Aug
|
Sep
(5) |
Oct
(2) |
Nov
|
Dec
(3) |
2007 |
Jan
(2) |
Feb
(1) |
Mar
(32) |
Apr
(3) |
May
(3) |
Jun
(16) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(3) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(46) |
Apr
(70) |
May
(15) |
Jun
(13) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
(5) |
Feb
(4) |
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(7) |
Nov
(6) |
Dec
|
2011 |
Jan
(1) |
Feb
|
Mar
(85) |
Apr
(18) |
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
(1) |
Sep
|
Oct
(2) |
Nov
(2) |
Dec
(20) |
2012 |
Jan
(17) |
Feb
(16) |
Mar
(13) |
Apr
(18) |
May
|
Jun
(6) |
Jul
(6) |
Aug
(10) |
Sep
(15) |
Oct
(10) |
Nov
(25) |
Dec
(1) |
From: SourceForge.net <no...@so...> - 2005-06-10 03:10:11
|
Bugs item #1217451, was opened at 2005-06-09 08:19 Message generated for change (Comment added) made by gd-smith You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1217451&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Andrea Barbieri (abarbieri) Assigned to: Nobody/Anonymous (nobody) Summary: lxr.css and CGI script handling mode Initial Comment: Hello, in LXR v0.9.4 whenswitching .htaccess to be the CGI mode one, the lxr.css file generates the following apache (v1.3.x and v2.0.x) server error: file permissions deny server execution: /var/lxr/lxr.css there is no valid file permissions to resolve the error. the root of the problem is in the <Files> section of the .htaccess (cgi style): <Files ~ (find|search|source|ident|diff|cgi-bin)$> SetHandler cgi-script ForceType text/html </Files> the use of the SetHandler directive forces *all* files to be treated as cgi scripts, even the stylesheet file. a better approach would be to suffix the scripts with .pl and use the AddHandler directive. this way the stylesheet will be treated normally. many thanks andrea ---------------------------------------------------------------------- Comment By: gd-smith (gd-smith) Date: 2005-06-10 03:10 Message: Logged In: YES user_id=1293603 Can I assume this is why I don't see the style sheet effects, e.g., green bar across top, better file display, etc.? If so, what files do I need to change to <name>.pl? The ones listed in the <Files ~(find|...)$> including source? Do I need to run genxref again? Also, how come this seemed to work ok with 0.9.3? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1217451&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-06-09 08:19:30
|
Bugs item #1217451, was opened at 2005-06-09 08:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1217451&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Andrea Barbieri (abarbieri) Assigned to: Nobody/Anonymous (nobody) Summary: lxr.css and CGI script handling mode Initial Comment: Hello, in LXR v0.9.4 whenswitching .htaccess to be the CGI mode one, the lxr.css file generates the following apache (v1.3.x and v2.0.x) server error: file permissions deny server execution: /var/lxr/lxr.css there is no valid file permissions to resolve the error. the root of the problem is in the <Files> section of the .htaccess (cgi style): <Files ~ (find|search|source|ident|diff|cgi-bin)$> SetHandler cgi-script ForceType text/html </Files> the use of the SetHandler directive forces *all* files to be treated as cgi scripts, even the stylesheet file. a better approach would be to suffix the scripts with .pl and use the AddHandler directive. this way the stylesheet will be treated normally. many thanks andrea ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1217451&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-06-02 15:22:40
|
Bugs item #1213449, was opened at 2005-06-02 12:10 Message generated for change (Comment added) made by badlydrawnbhoy You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing >Group: v0.9.3 Status: Open Resolution: None Priority: 5 Submitted By: badlydrawnbhoy (badlydrawnbhoy) Assigned to: Nobody/Anonymous (nobody) Summary: File and directory names that contain dashes fail. Initial Comment: 1. List a directory, and then 2. Attempt to select or file or sub-directory whose name contains a '-'. Say, for example's sake, 'groups-list.c'. 3. An error stating that file 'groups' (using our example) does not exist is displayed. ---------------------------------------------------------------------- >Comment By: badlydrawnbhoy (badlydrawnbhoy) Date: 2005-06-02 15:22 Message: Logged In: YES user_id=1285009 Hi, I'm using 0.9.4, but that doesn't appear in the dropdown list as far as I can see. Cheers Paul ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-06-02 15:05 Message: Logged In: YES user_id=215386 Please can you update this bug with which version of LXR you are using? Thanks, Malcolm ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-06-02 15:09:59
|
Bugs item #1212304, was opened at 2005-05-31 23:16 Message generated for change (Settings changed) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1212304&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing >Group: v0.3 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bad HTML source output: '0' gets changed to '' Initial Comment: Comparison of the HTML output at: http://lxr.linux.no/source/lib/vsprintf.c#L133 with the source shows that '0' gets rendered as or translated to '' (at least while using Mozilla Firefox 1.0.3) ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-06-02 16:09 Message: Logged In: YES user_id=215386 lxr.linux.no is not run by the admins of this project, and is currently running an old version of the LXR (v0.3.1 I believe). Since we don't have access to this system we cannot fix this problem. The 0.3.x releases are not being maintained any more, so please try the new 0.9.x releases to see if your problem goes away. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1212304&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-06-02 15:05:44
|
Bugs item #1213449, was opened at 2005-06-02 13:10 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: None Status: Open Resolution: None Priority: 5 Submitted By: badlydrawnbhoy (badlydrawnbhoy) Assigned to: Nobody/Anonymous (nobody) Summary: File and directory names that contain dashes fail. Initial Comment: 1. List a directory, and then 2. Attempt to select or file or sub-directory whose name contains a '-'. Say, for example's sake, 'groups-list.c'. 3. An error stating that file 'groups' (using our example) does not exist is displayed. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-06-02 16:05 Message: Logged In: YES user_id=215386 Please can you update this bug with which version of LXR you are using? Thanks, Malcolm ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-06-02 12:10:40
|
Bugs item #1213449, was opened at 2005-06-02 12:10 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: None Status: Open Resolution: None Priority: 5 Submitted By: badlydrawnbhoy (badlydrawnbhoy) Assigned to: Nobody/Anonymous (nobody) Summary: File and directory names that contain dashes fail. Initial Comment: 1. List a directory, and then 2. Attempt to select or file or sub-directory whose name contains a '-'. Say, for example's sake, 'groups-list.c'. 3. An error stating that file 'groups' (using our example) does not exist is displayed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1213449&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-31 22:16:30
|
Bugs item #1212304, was opened at 2005-05-31 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1212304&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: unknown Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Bad HTML source output: '0' gets changed to '' Initial Comment: Comparison of the HTML output at: http://lxr.linux.no/source/lib/vsprintf.c#L133 with the source shows that '0' gets rendered as or translated to '' (at least while using Mozilla Firefox 1.0.3) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1212304&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-26 16:33:41
|
Bugs item #1209273, was opened at 2005-05-26 13:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1209273&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database interface Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jeff Warnica (jeffwarnica) Assigned to: Nobody/Anonymous (nobody) Summary: "release" a reserved word in MySQL 5.x Initial Comment: And perhaps earlier versions too. The table lxr_releases can not be created.. The MySQL docs claim that you can use reserved words as identifiers if you quote them, but testing the CREATE TABLE with "release" quoted also failed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1209273&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-25 13:29:34
|
Bugs item #1208448, was opened at 2005-05-25 06:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1208448&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: not setting cvspath results in infinite looping Initial Comment: I upgraded my 0.9.3 installation to 0.9.4, and forgot to set the new variable 'cvsroot' in lxr.conf Clicking on any of the lxr links after that spawned many, many perl and diff processes that never ended. The only way they would end would be to restart the apache process. Setting the 'cvsroot' variable fixed these problems. I believe the solution to this problem is to add a check in lib/LXR/Files/CVS.pm to see if the variable 'cvsroot' is defined in the configuration, and, if not, to die with an error message. I am not logged in. If you need to reach me for comment use mic...@ge... Thanks, Michael Gellman ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1208448&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-19 22:12:25
|
Bugs item #537656, was opened at 2002-04-01 10:20 Message generated for change (Settings changed) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=537656&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Alban Browaeys (prahal) Assigned to: Nobody/Anonymous (nobody) Summary: perl script location bug ? Initial Comment: i resubmitted this thing in bug as i don t really know if it was aimed for the support section : From the INSTALL file of the CVS: >Now you have to put the perl modules that LXR uses into >a directory on >your system that will be searched by mod_perl when the >LXR scripts are >executed. Execute ???? this part is msising ??? >Now you should copy the template files for LXR to your >installation > mv /usr/local/lxr/templates/* /usr/local/lxr/ I m looking over where those files should go in which they are : the libs dir or the ident ... files too ? I will probably succeed before any reply but it will be very easy to fix for those who already did the install :( Thanks Alban ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-05-19 23:12 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=537656&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-19 22:04:10
|
Bugs item #471858, was opened at 2001-10-16 21:53 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=471858&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Per Kristian Gjermshus (pergj) Assigned to: Malcolm Box (mbox) Summary: Some characters in files create trouble Initial Comment: I have a directory in my source-tree containing the string 'c-++'. It is not possible to browse these directories. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-05-19 23:03 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2002-05-09 12:06 Message: Logged In: YES user_id=215386 Bug 536369 is a duplicate of this. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2001-10-23 15:16 Message: Logged In: YES user_id=215386 Looks like this is caused by the httpwash function being over-zealous at stripping out characters. Perhaps we can get away with not washing variables - it seems that there are few dangerous calls that use web-provided parameters, and we could simply check at these places for troublesome characters, rather than globally restrict them. This is related to the glimpse RE bug as well ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=471858&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-19 22:03:14
|
Bugs item #463138, was opened at 2001-09-20 10:35 Message generated for change (Settings changed) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=463138&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: current cvs >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Malcolm Box (mbox) Assigned to: Malcolm Box (mbox) Summary: Unable to enter full glimpse REs Initial Comment: Glimpse supports regular expressions with characters such as < & > in them, and also allows these to be escaped ie \< & \>. However, the http washing code treats these as illegal and aborts the search request. Clearly the freetext searching functions should allow a wider range of permissible inputs than the other scripts. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-05-19 23:03 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=463138&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-15 22:52:55
|
Bugs item #919289, was opened at 2004-03-19 05:57 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=919289&group_id=27350 Category: Browsing Group: v0.9.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Vivek Pathak (pathak) Assigned to: Nobody/Anonymous (nobody) Summary: path parsing converts c++ to "c " Initial Comment: If i have a source path that contains "c++" as intermediate directory, lxr search (and other) programs do not work properly. It appears that path parsing converts ++ to 2 spaces. Any idea how to fix? Thanks in advance Vivek ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-05-15 23:52 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=919289&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-04 23:38:29
|
Bugs item #1194360, was opened at 2005-05-03 11:45 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1194360&group_id=27350 Category: None Group: v0.9.3 >Status: Closed >Resolution: Fixed >Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: directory traversal Initial Comment: ?v=../../../../etc allows to view files outside of src root. ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2005-05-05 00:38 Message: Logged In: YES user_id=215386 I will be making the 0.9.4 release soon to ensure people pick up a fixed version. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-05-05 00:38 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1194360&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-05-03 10:45:01
|
Bugs item #1194360, was opened at 2005-05-03 03:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1194360&group_id=27350 Category: None Group: v0.9.3 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: directory traversal Initial Comment: ?v=../../../../etc allows to view files outside of src root. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1194360&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-30 21:31:56
|
Bugs item #1047764, was opened at 2004-10-15 14:03 Message generated for change (Settings changed) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1047764&group_id=27350 Category: genxref >Group: v0.9.3 >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: incomplete web links Initial Comment: I'm using lxr-0.9.3. Even though lxr_useage contains all the correct references, some of the webpages' reference sections are incomplete - even though the underlying data is correct. Has this been come across before? ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-01-06 10:20 Message: Logged In: YES user_id=215386 I haven't seen this before, and can't reproduce here. Can you provide steps to reproduce - a source file that demonstrates the problem, and what you did to get the lxr_useage table filled with references that don't show up? Thanks, Malcolm ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1047764&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-30 21:30:20
|
Bugs item #1042310, was opened at 2004-10-07 15:51 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1042310&group_id=27350 Category: genxref Group: v0.9.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Steven Pelletier (smpell) Assigned to: Nobody/Anonymous (nobody) Summary: No langid for language tcl Initial Comment: While running genxref on a version that contains .tcl files, the following fatal error occurs: *** /path/to/file.tcl cps Unable to create LXR::Lang::Generic Lang object, No langid for language tcl at lib/LXR/Lang/Generic.pm line 50. The environment is v0.9.3, MySql, plain files. Commenting out the tcl line from filetypes is an effective work-around. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-04-30 22:30 Message: Logged In: YES user_id=215386 This has now been fixed in CVS. If you can install the new version and check that it solves your problem, then it would be very useful. Thanks for reporting this defect and helping to make LXR better. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1042310&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-30 01:37:02
|
Bugs item #1119086, was opened at 2005-02-09 04:46 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 Category: Database interface Group: current cvs Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Malcolm Box (mbox) Summary: Postgres.pm missing a few ${prefix}es Initial Comment: The sequence names in Postgres.pm need to be prefixed with the variable which holds the naming prefix, ie lxr_ ke...@ap... ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2005-04-30 02:37 Message: Logged In: YES user_id=215386 Yes, I missed those. Should now be fixed in CVS ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-29 21:37 Message: Logged In: YES user_id=1258114 I'm not using current cvs version, but if i can see correctly here http://cvs.sourceforge.net/viewcvs.py/lxr/lxr/lib/LXR/Index/Postgres.pm?rev=1.19&only_with_tag=HEAD&view=auto "select nextval('filenum')" and others (symnum,declnum) don't have ${prefix}es i.e. "select nextval('${prefix}filenum')" Sorry, maybe i missed something. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-04-29 21:22 Message: Logged In: YES user_id=215386 As far as I can see this is fixed in the latest CVS version of Postgres.pm. Please can you confirm? Thanks, Malcolm ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-12 21:24 Message: Logged In: YES user_id=1258114 Patch for 0.9.3 version (maybe CVS too): --- /home/citan/tmp/lxr-0.9.3/lib/LXR/Index/Postgres.pm Tue Jul 27 10:05:45 2004 +++ /usr/local/lxr/lib/LXR/Index/Postgres.pm Tue Apr 12 16:38:40 2005 @@ -57,12 +57,12 @@ $files_select = $dbh->prepare("select fileid from ${prefix}files where filename = ? and revision = ?"); - $filenum_nextval = $dbh->prepare("select nextval('filenum')"); + $filenum_nextval = $dbh->prepare("select nextval('${prefix}filenum')"); $files_insert = $dbh->prepare("insert into ${prefix}files values (?, ?, ?)"); $symbols_byname = $dbh->prepare("select symid from ${prefix}symbols where symname = ?"); $symbols_byid = $dbh->prepare("select symname from ${prefix}symbols where symid = ?"); - $symnum_nextval = $dbh->prepare("select nextval('symnum')"); + $symnum_nextval = $dbh->prepare("select nextval('${prefix}symnum')"); $symbols_insert = $dbh->prepare("insert into ${prefix}symbols values (?, ?)"); $symbols_remove = $dbh->prepare("delete from ${prefix}symbols where symname = ?"); @@ -99,7 +99,7 @@ . "and f.fileid = r.fileid and " . "s.symname = ? and r.release = ?"); - $declid_nextnum = $dbh->prepare("select nextval('declnum')"); + $declid_nextnum = $dbh->prepare("select nextval('${prefix}declnum')"); $decl_select = $dbh->prepare( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-29 20:37:14
|
Bugs item #1119086, was opened at 2005-02-09 05:46 Message generated for change (Comment added) made by citan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 Category: Database interface Group: current cvs Status: Closed Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Malcolm Box (mbox) Summary: Postgres.pm missing a few ${prefix}es Initial Comment: The sequence names in Postgres.pm need to be prefixed with the variable which holds the naming prefix, ie lxr_ ke...@ap... ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-29 22:37 Message: Logged In: YES user_id=1258114 I'm not using current cvs version, but if i can see correctly here http://cvs.sourceforge.net/viewcvs.py/lxr/lxr/lib/LXR/Index/Postgres.pm?rev=1.19&only_with_tag=HEAD&view=auto "select nextval('filenum')" and others (symnum,declnum) don't have ${prefix}es i.e. "select nextval('${prefix}filenum')" Sorry, maybe i missed something. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-04-29 22:22 Message: Logged In: YES user_id=215386 As far as I can see this is fixed in the latest CVS version of Postgres.pm. Please can you confirm? Thanks, Malcolm ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-12 22:24 Message: Logged In: YES user_id=1258114 Patch for 0.9.3 version (maybe CVS too): --- /home/citan/tmp/lxr-0.9.3/lib/LXR/Index/Postgres.pm Tue Jul 27 10:05:45 2004 +++ /usr/local/lxr/lib/LXR/Index/Postgres.pm Tue Apr 12 16:38:40 2005 @@ -57,12 +57,12 @@ $files_select = $dbh->prepare("select fileid from ${prefix}files where filename = ? and revision = ?"); - $filenum_nextval = $dbh->prepare("select nextval('filenum')"); + $filenum_nextval = $dbh->prepare("select nextval('${prefix}filenum')"); $files_insert = $dbh->prepare("insert into ${prefix}files values (?, ?, ?)"); $symbols_byname = $dbh->prepare("select symid from ${prefix}symbols where symname = ?"); $symbols_byid = $dbh->prepare("select symname from ${prefix}symbols where symid = ?"); - $symnum_nextval = $dbh->prepare("select nextval('symnum')"); + $symnum_nextval = $dbh->prepare("select nextval('${prefix}symnum')"); $symbols_insert = $dbh->prepare("insert into ${prefix}symbols values (?, ?)"); $symbols_remove = $dbh->prepare("delete from ${prefix}symbols where symname = ?"); @@ -99,7 +99,7 @@ . "and f.fileid = r.fileid and " . "s.symname = ? and r.release = ?"); - $declid_nextnum = $dbh->prepare("select nextval('declnum')"); + $declid_nextnum = $dbh->prepare("select nextval('${prefix}declnum')"); $decl_select = $dbh->prepare( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-29 20:23:53
|
Bugs item #1164938, was opened at 2005-03-17 01:46 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 Category: Browsing Group: v0.3 >Status: Closed >Resolution: Wont Fix Priority: 5 Submitted By: Arnaud PN (arpiun) Assigned to: Nobody/Anonymous (nobody) Summary: Bug resolved + 1 bug unresolved Initial Comment: Hello I'm using FreeBSD 5.4 and last dev version isn't working at all. But it's a detail ;-) I'm using 0.3 and it is working fine. Just 2 little bugs: When browsing the result of a search with glimpse, it includes the full path (not the relative) and the result is that I can't browse the sources. I resolve this bug with htaccess (here absolute path is: /usr/src/sys/): RewriteEngine on RewriteRule ^source[\/\/]usr[\/]src[\/]sys[\/](.*) source//$1 And the other bug I can't resolve is that diff won't work with any argument ... http://fxr.pnzone.net/diff ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-04-29 21:23 Message: Logged In: YES user_id=215386 This bug is unlikely to be fixed in 0.3 as it is no longer being actively worked on. Please try to reproduce using the latest development release. If you can reproduce it then please update the bug to record this. ---------------------------------------------------------------------- Comment By: Malcolm Box (mbox) Date: 2005-04-29 21:13 Message: Logged In: YES user_id=215386 Can you provide more details as to why the dev version isn't working for you? Thanks, Malcolm ---------------------------------------------------------------------- Comment By: Arnaud PN (arpiun) Date: 2005-03-17 01:48 Message: Logged In: YES user_id=1128261 here are my conf: root@pnserver# uname -a FreeBSD pnserver.pnzone.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Fri Mar 4 22:48:10 CET 2005 ro...@pn...:/usr/src/sys/i386/compile/PNkernel i386 root@pnserver# cat http/lxr.conf # Configuration file. # Define typed variable "v", read valueset from file. variable: v, Version, [/net/http/lxr/source/versions], [/usr/local/lxr/source/defversion] # Define typed variable "a". First value is default. #variable: a, Architecture, (i386, alpha, amd64, ia64, sparc64) # Define the base url for the LXR files. baseurl: http://fxr.pnzone.net/ # These are the templates for the HTML heading, directory listing and # footer, respectively. htmlhead: /net/http/lxr/http/template-head htmltail: /net/http/lxr/http/template-tail htmldir: /net/http/lxr/http/template-dir # The source is here. sourceroot: /net/http/lxr/source/$v/freebsd/ srcrootname: FreeBSD # "#include <foo.h>" is mapped to this directory (in the LXR source # tree) incprefix: /i386/include # The database files go here. dbdir: /net/http/lxr/source/$v/ # Glimpse can be found here. glimpsebin: /usr/local/bin/glimpse # The power of regexps. This is pretty Linux-specific, but quite # useful. Tinker with it and see what it does. (How's that for # documentation?) map: /include/asm[^\/]*/ /include/asm-$a/ map: /arch/[^\/]+/ /arch/$a/ root@pnserver# ll source/ total 4 drwxr-xr-x 2 root wheel 512 Mar 17 02:24 RELENG-5 -rw-r--r-- 1 root wheel 0 Mar 17 01:24 defversion -rw-r--r-- 1 root wheel 9 Mar 17 01:25 versions root@pnserver# ll source/RELENG-5/ total 41358 -rw-r--r-- 1 root wheel 319706 Mar 17 02:24 .glimpse_filenames -rw-r--r-- 1 root wheel 28096 Mar 17 02:24 .glimpse_filenames_index -rw-r--r-- 1 root wheel 0 Mar 17 02:24 .glimpse_filetimes -rw-r--r-- 1 root wheel 4097988 Mar 17 02:24 .glimpse_index -rw-r--r-- 1 root wheel 267 Mar 17 02:24 .glimpse_messages -rw-r--r-- 1 root wheel 940 Mar 17 02:24 .glimpse_partitions -rw-r--r-- 1 root wheel 13286 Mar 17 02:24 .glimpse_statistics -rw-r--r-- 1 root wheel 393216 Mar 17 01:19 fileidx lrwxr-xr-x 1 root wheel 13 Mar 17 01:52 freebsd -> /usr/src/sys/ -rw-r--r-- 1 root wheel 45236224 Mar 17 01:19 xref root@pnserver# cat source/versions RELENG-5 root@pnserver# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-29 20:22:57
|
Bugs item #1119086, was opened at 2005-02-09 04:46 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 Category: Database interface Group: current cvs >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Malcolm Box (mbox) Summary: Postgres.pm missing a few ${prefix}es Initial Comment: The sequence names in Postgres.pm need to be prefixed with the variable which holds the naming prefix, ie lxr_ ke...@ap... ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2005-04-29 21:22 Message: Logged In: YES user_id=215386 As far as I can see this is fixed in the latest CVS version of Postgres.pm. Please can you confirm? Thanks, Malcolm ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-12 21:24 Message: Logged In: YES user_id=1258114 Patch for 0.9.3 version (maybe CVS too): --- /home/citan/tmp/lxr-0.9.3/lib/LXR/Index/Postgres.pm Tue Jul 27 10:05:45 2004 +++ /usr/local/lxr/lib/LXR/Index/Postgres.pm Tue Apr 12 16:38:40 2005 @@ -57,12 +57,12 @@ $files_select = $dbh->prepare("select fileid from ${prefix}files where filename = ? and revision = ?"); - $filenum_nextval = $dbh->prepare("select nextval('filenum')"); + $filenum_nextval = $dbh->prepare("select nextval('${prefix}filenum')"); $files_insert = $dbh->prepare("insert into ${prefix}files values (?, ?, ?)"); $symbols_byname = $dbh->prepare("select symid from ${prefix}symbols where symname = ?"); $symbols_byid = $dbh->prepare("select symname from ${prefix}symbols where symid = ?"); - $symnum_nextval = $dbh->prepare("select nextval('symnum')"); + $symnum_nextval = $dbh->prepare("select nextval('${prefix}symnum')"); $symbols_insert = $dbh->prepare("insert into ${prefix}symbols values (?, ?)"); $symbols_remove = $dbh->prepare("delete from ${prefix}symbols where symname = ?"); @@ -99,7 +99,7 @@ . "and f.fileid = r.fileid and " . "s.symname = ? and r.release = ?"); - $declid_nextnum = $dbh->prepare("select nextval('declnum')"); + $declid_nextnum = $dbh->prepare("select nextval('${prefix}declnum')"); $decl_select = $dbh->prepare( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-29 20:13:06
|
Bugs item #1164938, was opened at 2005-03-17 01:46 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 Category: Browsing Group: v0.3 Status: Open Resolution: None Priority: 5 Submitted By: Arnaud PN (arpiun) Assigned to: Nobody/Anonymous (nobody) Summary: Bug resolved + 1 bug unresolved Initial Comment: Hello I'm using FreeBSD 5.4 and last dev version isn't working at all. But it's a detail ;-) I'm using 0.3 and it is working fine. Just 2 little bugs: When browsing the result of a search with glimpse, it includes the full path (not the relative) and the result is that I can't browse the sources. I resolve this bug with htaccess (here absolute path is: /usr/src/sys/): RewriteEngine on RewriteRule ^source[\/\/]usr[\/]src[\/]sys[\/](.*) source//$1 And the other bug I can't resolve is that diff won't work with any argument ... http://fxr.pnzone.net/diff ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2005-04-29 21:13 Message: Logged In: YES user_id=215386 Can you provide more details as to why the dev version isn't working for you? Thanks, Malcolm ---------------------------------------------------------------------- Comment By: Arnaud PN (arpiun) Date: 2005-03-17 01:48 Message: Logged In: YES user_id=1128261 here are my conf: root@pnserver# uname -a FreeBSD pnserver.pnzone.net 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Fri Mar 4 22:48:10 CET 2005 ro...@pn...:/usr/src/sys/i386/compile/PNkernel i386 root@pnserver# cat http/lxr.conf # Configuration file. # Define typed variable "v", read valueset from file. variable: v, Version, [/net/http/lxr/source/versions], [/usr/local/lxr/source/defversion] # Define typed variable "a". First value is default. #variable: a, Architecture, (i386, alpha, amd64, ia64, sparc64) # Define the base url for the LXR files. baseurl: http://fxr.pnzone.net/ # These are the templates for the HTML heading, directory listing and # footer, respectively. htmlhead: /net/http/lxr/http/template-head htmltail: /net/http/lxr/http/template-tail htmldir: /net/http/lxr/http/template-dir # The source is here. sourceroot: /net/http/lxr/source/$v/freebsd/ srcrootname: FreeBSD # "#include <foo.h>" is mapped to this directory (in the LXR source # tree) incprefix: /i386/include # The database files go here. dbdir: /net/http/lxr/source/$v/ # Glimpse can be found here. glimpsebin: /usr/local/bin/glimpse # The power of regexps. This is pretty Linux-specific, but quite # useful. Tinker with it and see what it does. (How's that for # documentation?) map: /include/asm[^\/]*/ /include/asm-$a/ map: /arch/[^\/]+/ /arch/$a/ root@pnserver# ll source/ total 4 drwxr-xr-x 2 root wheel 512 Mar 17 02:24 RELENG-5 -rw-r--r-- 1 root wheel 0 Mar 17 01:24 defversion -rw-r--r-- 1 root wheel 9 Mar 17 01:25 versions root@pnserver# ll source/RELENG-5/ total 41358 -rw-r--r-- 1 root wheel 319706 Mar 17 02:24 .glimpse_filenames -rw-r--r-- 1 root wheel 28096 Mar 17 02:24 .glimpse_filenames_index -rw-r--r-- 1 root wheel 0 Mar 17 02:24 .glimpse_filetimes -rw-r--r-- 1 root wheel 4097988 Mar 17 02:24 .glimpse_index -rw-r--r-- 1 root wheel 267 Mar 17 02:24 .glimpse_messages -rw-r--r-- 1 root wheel 940 Mar 17 02:24 .glimpse_partitions -rw-r--r-- 1 root wheel 13286 Mar 17 02:24 .glimpse_statistics -rw-r--r-- 1 root wheel 393216 Mar 17 01:19 fileidx lrwxr-xr-x 1 root wheel 13 Mar 17 01:52 freebsd -> /usr/src/sys/ -rw-r--r-- 1 root wheel 45236224 Mar 17 01:19 xref root@pnserver# cat source/versions RELENG-5 root@pnserver# ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1164938&group_id=27350 |
From: xiang s. <xia...@us...> - 2005-04-20 12:09:00
|
Will LXR add fuctions of program slicing. Is it difficult to develop slicing plug-ins for LXR. Thanks! All the Best |
From: SourceForge.net <no...@so...> - 2005-04-14 14:54:22
|
Bugs item #1183103, was opened at 2005-04-14 07:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1183103&group_id=27350 Category: Browsing Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: 0 search results with large number of glimpse results Initial Comment: when searching for a common word and glimpse is returning a lot of results (more than maxhits) but a file name was chosen to search for, lxr is returning 0 search result when the directory containing this file wasn't reached at this point, although there is perhaps only one search result in this particular file. i think its caused by first searching _all_ files for the word and than comparing it to the file name. suggestion: when a file name is given, to use the agrep-version of glimpse. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1183103&group_id=27350 |
From: SourceForge.net <no...@so...> - 2005-04-12 20:24:51
|
Bugs item #1119086, was opened at 2005-02-09 05:46 Message generated for change (Comment added) made by citan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 Category: Database interface Group: current cvs Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Postgres.pm missing a few ${prefix}es Initial Comment: The sequence names in Postgres.pm need to be prefixed with the variable which holds the naming prefix, ie lxr_ ke...@ap... ---------------------------------------------------------------------- Comment By: Krystian Lewandowski (citan) Date: 2005-04-12 22:24 Message: Logged In: YES user_id=1258114 Patch for 0.9.3 version (maybe CVS too): --- /home/citan/tmp/lxr-0.9.3/lib/LXR/Index/Postgres.pm Tue Jul 27 10:05:45 2004 +++ /usr/local/lxr/lib/LXR/Index/Postgres.pm Tue Apr 12 16:38:40 2005 @@ -57,12 +57,12 @@ $files_select = $dbh->prepare("select fileid from ${prefix}files where filename = ? and revision = ?"); - $filenum_nextval = $dbh->prepare("select nextval('filenum')"); + $filenum_nextval = $dbh->prepare("select nextval('${prefix}filenum')"); $files_insert = $dbh->prepare("insert into ${prefix}files values (?, ?, ?)"); $symbols_byname = $dbh->prepare("select symid from ${prefix}symbols where symname = ?"); $symbols_byid = $dbh->prepare("select symname from ${prefix}symbols where symid = ?"); - $symnum_nextval = $dbh->prepare("select nextval('symnum')"); + $symnum_nextval = $dbh->prepare("select nextval('${prefix}symnum')"); $symbols_insert = $dbh->prepare("insert into ${prefix}symbols values (?, ?)"); $symbols_remove = $dbh->prepare("delete from ${prefix}symbols where symname = ?"); @@ -99,7 +99,7 @@ . "and f.fileid = r.fileid and " . "s.symname = ? and r.release = ?"); - $declid_nextnum = $dbh->prepare("select nextval('declnum')"); + $declid_nextnum = $dbh->prepare("select nextval('${prefix}declnum')"); $decl_select = $dbh->prepare( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=1119086&group_id=27350 |