Changeset 67e5ab in git
- Timestamp:
- Sep 29, 2015, 3:50:43 PM (8 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 430af3814c644ab37e57f4835c62b6788b4ba070
- Parents:
- ec3d9a4cd4ac241b8dec6377b20f0658bf3f1341
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
README.pkg
rec3d9a r67e5ab 22 22 Gentoo 23 23 ====== 24 to install from the main tree, 24 install from the main tree: 25 25 26 26 emerge singular 27 27 28 28 is sufficient. 29 30 To get the very latest, slightly more experimental package add the "science overlay" first (if you have not already)31 32 layman -a science33 34 then unmask sci-mathematics/singular, for example by35 36 echo "sci-mathematics/singular" >> /etc/portage/package.keywords/singular37 38 and install:39 40 emerge singularp -
Singular/sdb.cc
rec3d9a r67e5ab 268 268 sdb_show_bp(); 269 269 break; 270 case 'l': 271 { 272 extern void listall(int showproc); 273 listall(FALSE); 274 break; 275 } 270 276 case 'n': 271 277 currentVoice->pi->trace_flag|= 1; … … 280 286 { 281 287 p=sdb_find_arg(p); 282 Print("variable `%s`",p); 288 extern int myynest; 289 Print("variable `%s`at level %d",p,myynest); 283 290 idhdl h=ggetid(p); 284 291 if (h==NULL)
Note: See TracChangeset
for help on using the changeset viewer.