summaryrefslogtreecommitdiff
path: root/build_tools
AgeCommit message (Expand)Author
2006-06-01use strcpy instead of snprintf in a couple placesRussell Bryant
2006-06-01allow menuselect to display dependencies and conflicts for modulesRussell Bryant
2006-05-22asterisk-xmpp merge inMatt O'Gorman
2006-05-22add DEBUG_CHANNEL_LOCKS to menuselectRussell Bryant
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now beRussell Bryant
2006-05-11fix the build with astmm (issue #7139)Russell Bryant
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptRussell Bryant
2006-05-11add messages at the bottom of the menu for each of the definesRussell Bryant
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header fileRussell Bryant
2006-05-10remove a debug message and make the exit keys not be case sensitiveRussell Bryant
2006-05-10provide a correct return value in case everything goes well,Luigi Rizzo
2006-05-09OopsMark Spencer
2006-05-09Make menuselect be able to show what the modules areMark Spencer
2006-05-09don't build strcompat for menuselect except on SolarisKevin P. Fleming
2006-05-07various menuselect fixes as a result of boredom during a 9 hour flight andRussell Bryant
2006-05-06Typo fixTilghman Lesher
2006-04-30remove remaining MFC/R2 stuffKevin P. Fleming
2006-04-30remove T38_SUPPORT define that is no longer neededKevin P. Fleming
2006-04-28fix spelling typo -- what's a Diaplan?Russell Bryant
2006-04-28remove this option for now, because it can only be enabled whenRussell Bryant
2006-04-27add STACK_BACKTRACES to the CFLAGS selectable in menuselectRussell Bryant
2006-04-27- add missing IXJUSER to menuselect-deps.inRussell Bryant
2006-04-25don't list strcompat.o as a dependency in the build_tools Makefile. It isRussell Bryant
2006-04-25apparently some systems may have ncurses that doesn't provide backwards compatRussell Bryant
2006-04-25menuselect needs strcompat.o for strsep on SolarisRussell Bryant
2006-04-24Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on m...Tilghman Lesher
2006-04-24add a note indicating that you can press 'h' for helpRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-03-03Merged revisions 11715 via svnmerge from Tilghman Lesher
2006-03-03Merged revisions 11634-11635 via svnmerge from Tilghman Lesher
2006-03-01Merged revisions 11479 via svnmerge from Tilghman Lesher
2005-12-17Merged revision 7510 via svnmerge from Kevin P. Fleming
2005-12-04Merged revisions 7285,7299,7310,7329 via svnmerge from Kevin P. Fleming
2005-12-01Merged revisions 7257 via svnmerge from Kevin P. Fleming
2005-12-01use '=' instead of '==' for string comparisons. /bin/bash is ok with this, butRussell Bryant
2005-11-30move mkpkgconfig script where it belongsKevin P. Fleming
2005-11-29remove remaining .cvsignore filesKevin P. Fleming
2005-11-28make version-string computation based on SVN branch/revision numbersKevin P. Fleming
2005-08-26switch to 'new' expression parser, remove support for old parserKevin P. Fleming
2005-07-18get rid of warningRussell Bryant
2005-07-12add UTC tag to date string so users are aware of the time offsetKevin P. Fleming
2005-06-21ensure script is portable to non-GNU systems (bug #4509)Kevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming