Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Jal_developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 106
  • Category: Algorithms
  • Founded: Feb 28, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1119 - 1149 of 1254   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1119 Eur van Andel
eur_1965 Send Email
Apr 19, 2005
7:30 am
Hi developers I've made a collection of example files (list at the bottom) but I have ... I've updated "Changelog&quot; as well and try to commit it. ... login...
1120 japus10 Send Email Apr 19, 2005
8:48 am
Hi Eur, Did Sourceforge ask for your password? Did you make the initial import of these files? $ export CVS_RSH=ssh $ cvs...
1121 Eur van Andel
eur_jaldev Send Email
Apr 25, 2005
6:12 pm
... yes. ... Import doesn't work, add does. Add says that I must commit. Commit doesn't work. ... That works. Commit doesn't. ... But nowhere an example that I...
1122 japus10 Send Email Apr 26, 2005
5:17 am
Hi Eur, ... This is the difference between *normal* users, that only get files from CVS, and developers that can upload changes to CVS. Developers uses SSH for...
1123 japus10 Send Email Apr 26, 2005
5:21 am
... ... after, once you've commited the changes. Javi....
1124 Eur van Andel
eur_jaldev Send Email
Apr 26, 2005
7:23 pm
... No this was because of the *. CVS ignores directories named CVS. ... Gives an error? cvs -d:ext:eur@...:/cvsroot/jal checkout jal eur@...'s...
1125 Javier Martinez
japus10 Send Email
Apr 26, 2005
8:01 pm
Hi Eur, ... Based on sourceforge CVS documents you should add the directory folder first (only once, just to create it). $ cvs add examples examples/16_tst.jal...
1126 Eur van Andel
eur_jaldev Send Email
Apr 27, 2005
6:37 pm
Hi all CVS is a harsh mistress. I finally made it work. Here is the terminal log for anyone who wants a crack at it. OS is OS X 10.3.9, but any *nix should...
1127 Stef Mientki
aap_beertje Send Email
Apr 27, 2005
7:33 pm
hi All, Having again an application, that has problems with the 2k-border, and not be able to make all the code 2k-safe (program becomes too large), I want to...
1129 Stef Mientki
aap_beertje Send Email
Aug 23, 2005
9:40 pm
hi All, I just encountered the following problem I've a function "detect_US", which should return true when a valid US-echo is detected In the main program I...
1130 Marco Pantaleoni
mpanta74 Send Email
Oct 27, 2005
10:45 pm
Hi, I've added support to jal for cpp-like preprocessors (cpp, gpp, ...). This essentialy allows to write macros using #define (and correctly handle line...
1131 Javier Martinez
japus10 Send Email
Oct 29, 2005
3:35 pm
Hi Marco, Can you post a brief example in JAL? I'll upload changes to jal.sf.net CVS repository. Regards, Javi....
1132 Marco Pantaleoni
mpanta74 Send Email
Nov 3, 2005
3:40 pm
... Hi Javier, I apologize for the late answer, but I've been out of town. ... of course. The main use of preprocessor support in jal is to write macros, short...
1133 Marco Pantaleoni
mpanta74 Send Email
Nov 3, 2005
4:45 pm
... I've added that switch. Now if you run jal with the "-P" switch, it will invoke cpp for you. Compiling the example of the previous message would become: $...
1134 Javier Martinez
japus10 Send Email
Nov 7, 2005
4:49 pm
Hi Marco, Sorry, I've been busy. ;) Just 2 questions. The main one: seems that needs an external C preprocessor, isn't it? This will be useless for 95% of...
1135 Marco Pantaleoni
mpanta74 Send Email
Nov 7, 2005
4:58 pm
... Yes, but if someone doesn't need it, he can just ignore it. One possible solution could be to selective enable the preprocessor support when running the...
1136 Javier Martinez
japus10 Send Email
Nov 7, 2005
5:15 pm
Hi Marco, ... Yes, but what about sharing code? These macro functions will make JAL "other" language (JAL-cpp vs JAL), that is you'll not able to share code ...
1137 Marco Pantaleoni
mpanta74 Send Email
Nov 7, 2005
5:40 pm
... You are right, it would impede code sharing. I think of this feature as a "sharp knife", to be used exclusively when unavoidable, but I understand that ...
1138 Stef Mientki
aap_beertje Send Email
Nov 7, 2005
6:42 pm
... hello Marco, Javi, As a non-C-programmer, I cann't understand the full extend / consequences of this C-isch macro implementation, but here a few remarks: ...
1139 Marco Pantaleoni
mpanta74 Send Email
Nov 7, 2005
11:00 pm
... I agree, but while on unix-like systems a pre-processor is (almost) always present, on other systems (windows), it is not. I'm not interested in windows ...
1140 Javier Martinez
japus10 Send Email
Nov 8, 2005
4:59 pm
Hi all, ... Marco, you hit in the bulls eye. Ask in the jallist how many of them have a C compiler to build latest JAL sources .... ... and now think that...
1141 Marco Pantaleoni
mpanta74 Send Email
Nov 8, 2005
5:20 pm
... Yes, I understand. ... This sounds great! Thanks. In the meantime I'll try to come to a more integrated solution. I'll keep you posted. Cheers, Marco -- ...
1142 Javier Martinez
japus10 Send Email
Nov 9, 2005
6:30 pm
Hi all, Available patches in jal.sf.net: ID Summary 1352435 10Fxxx support 1352433 Preprocessor support 1118846 JAL 16F648 Extensions Regards, Javi....
1143 Marco Pantaleoni
mpanta74 Send Email
Jan 26, 2006
9:03 am
Hi, I've spotted these lines in jpic.jal: var bit pin_e0_direction at trisc : 0 var bit pin_e1_direction at trisc : 1 var bit pin_e2_direction at trisc : 2 I...
1144 Mark Gross
gnar97229 Send Email
Feb 24, 2007
1:12 pm
I'm just starting to play with Jalv2, and the first thing I've noticed is that the URL for the source in almost all of the documentation out on the net point...
1145 Eur van Andel
eur_jaldev Send Email
Feb 25, 2007
9:14 pm
... Jal V2 was a coup d'etat by some people. I have never installed it and never ran it. I rely on some weird JAL features ( like raw interrupts) that do not...
1146 WilliamChops Westfield
westfw Send Email
Feb 25, 2007
11:17 pm
... IIRC, there was never much development that happened on the JALv1 sourceforge project (or, never much productive development? Seemed like a lot of churn...
1147 Mark Gross
gnar97229 Send Email
Feb 26, 2007
1:49 am
... Jalv0.4.xx has it hay day a few years ago. Since then its development has stagnated. In a sense it became "mature" in so much as it worked well enough...
1148 Eur van Andel
eur_1965 Send Email
Mar 9, 2007
3:03 pm
... Actually Wouter's site is ABOVE the JAL wikipedia entry on Google, as are two other JAL pages. http://www.google.nl/search?q=jal (hit 7, 8, 9) Yes, google...
1149 Mark Gross
gnar97229 Send Email
Mar 17, 2007
1:52 am
I'm porting my MarkIII sample programs from Jal0.4.62 to jalv2 and I'm having problems with the hex file output of the Jalv2 compiler. After futzing around a...
Messages 1119 - 1149 of 1254   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help