rlar
|
2bafe98f17
|
winmain.c, etc, cleanup
|
9 years ago |
rlar
|
90a205d36d
|
winmain.c, etc, whitespace cleanup
|
9 years ago |
rlar
|
3a9ace82bb
|
winmain.c, etc, cleanup, rewrite obfuscated symbols
substitute in the whole source code:
"__stream" --> "stream"
"__pos" --> "pos"
"__s" --> "s"
"__n" --> "n"
"__c" --> "c"
"__format" --> "format"
"__ptr" --> "ptr"
"__size" --> "size"
"__path" --> "path"
"__mode" --> "mode"
"__offset" --> "offset"
"__whence" --> "whence"
"__arglist" --> "arglist"
"__buf" --> "buf"
"__fp" --> "fp"
"f_c_l_o_s_e" --> "win_x_fclose"
"f_e_o_f" --> "win_x_feof"
"f_e_r_r_o_r" --> "win_x_ferror"
"f_f_l_u_s_h" --> "win_x_fflush"
"fg_e_t_c" --> "win_x_fgetc"
"f_g_e_t_p_o_s" --> "win_x_fgetpos"
"fg_e_t_s" --> "win_x_fgets"
"fp_r_i_n_t_f" --> "win_x_fprintf"
"fp_u_t_c" --> "win_x_fputc"
"fp_u_t_char" --> "win_x_fputchar"
"fp_u_t_s" --> "win_x_fputs"
"f_r_e_a_d" --> "win_x_fread"
"f_r_e_o_p_e_n" --> "win_x_freopen"
"fs_c_a_n_f" --> "win_x_fscanf"
"f_s_e_e_k" --> "win_x_fseek"
"f_s_e_t_p_o_s" --> "win_x_fsetpos"
"f_t_e_l_l" --> "win_x_ftell"
"f_w_r_i_t_e" --> "win_x_fwrite"
"g_e_t_c" --> "win_x_getc"
"g_e_t_char" --> "win_x_getchar"
"g_e_t_s" --> "win_x_gets"
"p_e_r_r_o_r" --> "win_x_perror"
"p_r_i_n_t_f" --> "win_x_printf"
"p_u_t_c" --> "win_x_putc"
"p_u_t_char" --> "win_x_putchar"
"p_u_t_s" --> "win_x_puts"
"r_e_a_d" --> "win_x_read"
"s_c_a_n_f" --> "win_x_scanf"
"ung_e_t_c" --> "win_x_ungetc"
"vfp_r_i_n_t_f" --> "win_x_vfprintf"
"vfs_c_a_n_f" --> "win_x_vfscanf"
"vp_r_i_n_t_f" --> "win_x_vprintf"
"vs_c_a_n_f" --> "win_x_vscanf"
|
9 years ago |
rlar
|
93d040703d
|
winmain.c, drop artefact "fgetchar", cleanup/emphasise disabled "freopen"
|
9 years ago |
rlar
|
6c8f002eea
|
unify #ifndef include wrapper
|
13 years ago |
rlar
|
1ee88a5694
|
prepare for #ifndef include wrapper unification
|
13 years ago |
rlar
|
0b5042e7da
|
remove CVS `Id',`log' etc. keyword incantations
|
14 years ago |
rlar
|
738d3813b8
|
#2/7 use a subdirectory "ngspice" for includes to create a uniq namespace
|
15 years ago |
dwarning
|
014357e0f4
|
read fct. prototype
|
17 years ago |
h_vogt
|
3dc3d42553
|
Small changes, e.g. _MS_VER macro, added to allow compilation of tclspice with MS VC++ 2008
|
18 years ago |
h_vogt
|
73e581f015
|
VC++ 2008 compatibility
|
18 years ago |
h_vogt
|
4b055a4ca8
|
Small changes to allow compilation with MS Visual C++ 2008
|
18 years ago |
sjborley
|
c61b756ea2
|
Replace C++ style comment with C style comment
|
21 years ago |
sjborley
|
7376fa66e5
|
Fixed line-endings (DOS to UNIX)
and translated German to English in comments.
|
21 years ago |
pnenzi
|
a7e1405208
|
Windows port of Ngspice (Holger Vogt) (part 2)
|
25 years ago |